#787860

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

Shades of Kokoda #787860

Tints of Kokoda #787860

Color information

#787860 (or 0x787860) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 60. RGB value is (120,120,96). Sum of RGB (Red+Green+Blue) = 120+120+96=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787860 is #87879F. Grayscale: #757575. Windows color (decimal): -8882080 or 6322296. OLE color: 6322296.

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

Color convert

RGB12012096-
CMYK000.20.53
HSL60º11.11%42.35%-
HSV(B)60º20%47.06%-
XYZ16.5718.2713.72-
YUV117.26116129.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012096000.20.536011.1142.35
Hex7878600014353cb2a
Octal170170140002465741352
Binary11110001111000110000000101001101011111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787860; }

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

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

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

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

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

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

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

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