#7C7942

Color #7C7942 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #7C7942

Tints of Go Ben #7C7942

Color information

#7C7942 (or 0x7C7942) is unknown color: approx Go Ben. HEX triplet: 7C, 79 and 42. RGB value is (124,121,66). Sum of RGB (Red+Green+Blue) = 124+121+66=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7942 is #8386BD. Grayscale: #737373. Windows color (decimal): -8619710 or 4356476. OLE color: 4356476.

HSL color Cylindrical-coordinate representation of color #7C7942: hue angle of 56.9º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C7942 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB12412166-
CMYK00.020.470.51
HSL56.9º30.53%37.25%-
HSV(B)56.9º46.77%48.63%-
XYZ16.1318.357.85-
YUV115.6399.99133.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 39.87%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=39.87%
G=38.91%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241216600.020.470.5156.930.5337.25
Hex7C7942022F33391f25
Octal174171102025763713745
Binary11111001111001100001001010111111001111100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C7942; }

 p { color: rgb(124,121,66); }

 H1.HeaderClassName
 {
   color: #7C7942;
 }
 .AnyTagClassName
 {
   color: #7C7942;
 }
</style>
background-color css

<style>
 a { background-color: #7C7942; }

 a { background-color: rgb(124,121,66); }

 div.DivClassName
 {
   background-color: #7C7942;
 }
 .BgClassName
 {
   background-color: #7C7942;
 }
</style>
border-color css

<style>
 span { border-color: #7C7942; }

 span { border-color: rgb(124,121,66); }

 td.TdClassName
 {
   border-color: #7C7942;
 }
 .TagClassName
 {
   border-color: #7C7942;
 }
</style>