#78775F

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

Shades of Kokoda #78775F

Tints of Kokoda #78775F

Color information

#78775F (or 0x78775F) is unknown color: approx Kokoda. HEX triplet: 78, 77 and 5F. RGB value is (120,119,95). Sum of RGB (Red+Green+Blue) = 120+119+95=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #78775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78775F is #8788A0. Grayscale: #747474. Windows color (decimal): -8882337 or 6256504. OLE color: 6256504.

HSL color Cylindrical-coordinate representation of color #78775F: hue angle of 57.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78775F is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB12011995-
CMYK00.010.210.53
HSL57.6º11.63%42.16%-
HSV(B)57.6º20.83%47.06%-
XYZ16.4118.0113.44-
YUV116.56115.83130.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=35.93%
G=35.63%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201199500.010.210.5357.611.6342.16
Hex78775F0115353ac2a
Octal170167137012565721452
Binary11110001110111101111101101011101011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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