#7C7656

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

Shades of Kokoda #7C7656

Tints of Kokoda #7C7656

Color information

#7C7656 (or 0x7C7656) is unknown color: approx Kokoda. HEX triplet: 7C, 76 and 56. RGB value is (124,118,86). Sum of RGB (Red+Green+Blue) = 124+118+86=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7656 is #8389A9. Grayscale: #747474. Windows color (decimal): -8620458 or 5666428. OLE color: 5666428.

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

Color convert

RGB12411886-
CMYK00.050.310.51
HSL50.53º18.1%41.18%-
HSV(B)50.53º30.65%48.63%-
XYZ16.4717.9111.39-
YUV116.15110.99133.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.80%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=37.80%
G=35.98%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241188600.050.310.5150.5318.141.18
Hex7C7656051F33331229
Octal174166126053763632251
Binary11111001110110101011001011111111001111001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,118,86); }

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

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

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

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

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

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

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