#77755C

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

Shades of Kokoda #77755C

Tints of Kokoda #77755C

Color information

#77755C (or 0x77755C) is unknown color: approx Kokoda. HEX triplet: 77, 75 and 5C. RGB value is (119,117,92). Sum of RGB (Red+Green+Blue) = 119+117+92=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #77755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77755C is #888AA3. Grayscale: #727272. Windows color (decimal): -8948388 or 6059383. OLE color: 6059383.

HSL color Cylindrical-coordinate representation of color #77755C: hue angle of 55.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77755C is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB11911792-
CMYK00.020.230.53
HSL55.56º12.8%41.37%-
HSV(B)55.56º22.69%46.67%-
XYZ15.917.4212.65-
YUV114.75115.16131.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=36.28%
G=35.67%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191179200.020.230.5355.5612.841.37
Hex77755C02173538d29
Octal167165134022765701551
Binary111011111101011011100010101111101011110001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77755C; }

 p { color: rgb(119,117,92); }

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

<style>
 a { background-color: #77755C; }

 a { background-color: rgb(119,117,92); }

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

<style>
 span { border-color: #77755C; }

 span { border-color: rgb(119,117,92); }

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