#78785B

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

Shades of Kokoda #78785B

Tints of Kokoda #78785B

Color information

#78785B (or 0x78785B) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 5B. RGB value is (120,120,91). Sum of RGB (Red+Green+Blue) = 120+120+91=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78785B is #8787A4. Grayscale: #747474. Windows color (decimal): -8882085 or 5994616. OLE color: 5994616.

HSL color Cylindrical-coordinate representation of color #78785B: hue angle of 60º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78785B is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB12012091-
CMYK000.240.53
HSL60º13.74%41.37%-
HSV(B)60º24.17%47.06%-
XYZ16.3518.1812.55-
YUV116.69113.5130.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=36.25%
G=36.25%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012091000.240.536013.7441.37
Hex78785B0018353ce29
Octal170170133003065741651
Binary11110001111000101101100110001101011111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78785B; }

 p { color: rgb(120,120,91); }

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

<style>
 a { background-color: #78785B; }

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

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

<style>
 span { border-color: #78785B; }

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

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