#7C7C42

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

Shades of Kokoda #7C7C42

Tints of Kokoda #7C7C42

Color information

#7C7C42 (or 0x7C7C42) is unknown color: approx Kokoda. HEX triplet: 7C, 7C and 42. RGB value is (124,124,66). Sum of RGB (Red+Green+Blue) = 124+124+66=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 124 - color contains mainly: red, green. Hex color #7C7C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7C42 is #8383BD. Grayscale: #757575. Windows color (decimal): -8618942 or 4357244. OLE color: 4357244.

HSL color Cylindrical-coordinate representation of color #7C7C42: hue angle of 60º 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 #7C7C42 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB12412466-
CMYK000.470.51
HSL60º30.53%37.25%-
HSV(B)60º46.77%48.63%-
XYZ16.519.097.97-
YUV117.3999132.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=39.49%
G=39.49%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412466000.470.516030.5337.25
Hex7C7C42002F333c1f25
Octal174174102005763743745
Binary1111100111110010000100010111111001111110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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