#787660

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

Shades of Kokoda #787660

Tints of Kokoda #787660

Color information

#787660 (or 0x787660) is unknown color: approx Kokoda. HEX triplet: 78, 76 and 60. RGB value is (120,118,96). Sum of RGB (Red+Green+Blue) = 120+118+96=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #787660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787660 is #87899F. Grayscale: #747474. Windows color (decimal): -8882592 or 6321784. OLE color: 6321784.

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

Color convert

RGB12011896-
CMYK00.020.20.53
HSL55º11.11%42.35%-
HSV(B)55º20%47.06%-
XYZ16.3417.7913.64-
YUV116.09116.66130.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=35.93%
G=35.33%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201189600.020.20.535511.1142.35
Hex78766002143537b2a
Octal170166140022465671352
Binary111100011101101100000010101001101011101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787660; }

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

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

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

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

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

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

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

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