#77765F

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

Shades of Kokoda #77765F

Tints of Kokoda #77765F

Color information

#77765F (or 0x77765F) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 5F. RGB value is (119,118,95). Sum of RGB (Red+Green+Blue) = 119+118+95=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #77765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765F is #8889A0. Grayscale: #737373. Windows color (decimal): -8948129 or 6256247. OLE color: 6256247.

HSL color Cylindrical-coordinate representation of color #77765F: hue angle of 57.5º 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 #77765F is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11911895-
CMYK00.010.200.53
HSL57.5º11.21%41.96%-
HSV(B)57.5º20.17%46.67%-
XYZ16.1517.7113.39-
YUV115.68116.33130.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=35.84%
G=35.54%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191189500.010.200.5357.511.2141.96
Hex77765F0114353ab2a
Octal167166137012465721352
Binary11101111110110101111101101001101011110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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