#78785A

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

Shades of Kokoda #78785A

Tints of Kokoda #78785A

Color information

#78785A (or 0x78785A) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 5A. RGB value is (120,120,90). Sum of RGB (Red+Green+Blue) = 120+120+90=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78785A is #8787A5. Grayscale: #747474. Windows color (decimal): -8882086 or 5929080. OLE color: 5929080.

HSL color Cylindrical-coordinate representation of color #78785A: 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.25%. Process color model (Four color, CMYK) of #78785A is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB12012090-
CMYK000.250.53
HSL60º14.29%41.18%-
HSV(B)60º25%47.06%-
XYZ16.3118.1612.32-
YUV116.58113130.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012090000.250.536014.2941.18
Hex78785A0019353ce29
Octal170170132003165741651
Binary11110001111000101101000110011101011111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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