#77755F

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

Shades of Kokoda #77755F

Tints of Kokoda #77755F

Color information

#77755F (or 0x77755F) is unknown color: approx Kokoda. HEX triplet: 77, 75 and 5F. RGB value is (119,117,95). Sum of RGB (Red+Green+Blue) = 119+117+95=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77755F is #888AA0. Grayscale: #737373. Windows color (decimal): -8948385 or 6255991. OLE color: 6255991.

HSL color Cylindrical-coordinate representation of color #77755F: hue angle of 55º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77755F is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11911795-
CMYK00.020.200.53
HSL55º11.21%41.96%-
HSV(B)55º20.17%46.67%-
XYZ16.0317.4713.35-
YUV115.09116.66130.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=35.95%
G=35.35%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191179500.020.200.535511.2141.96
Hex77755F02143537b2a
Octal167165137022465671352
Binary111011111101011011111010101001101011101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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