#78785C

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

Shades of Kokoda #78785C

Tints of Kokoda #78785C

Color information

#78785C (or 0x78785C) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 5C. RGB value is (120,120,92). Sum of RGB (Red+Green+Blue) = 120+120+92=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78785C is #8787A3. Grayscale: #747474. Windows color (decimal): -8882084 or 6060152. OLE color: 6060152.

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

Color convert

RGB12012092-
CMYK000.230.53
HSL60º13.21%41.57%-
HSV(B)60º23.33%47.06%-
XYZ16.3918.212.77-
YUV116.81114130.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=36.14%
G=36.14%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012092000.230.536013.2141.57
Hex78785C0017353cd2a
Octal170170134002765741552
Binary11110001111000101110000101111101011111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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