#787764

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

Shades of Kokoda #787764

Tints of Kokoda #787764

Color information

#787764 (or 0x787764) is unknown color: approx Kokoda. HEX triplet: 78, 77 and 64. RGB value is (120,119,100). Sum of RGB (Red+Green+Blue) = 120+119+100=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #787764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787764 is #87889B. Grayscale: #757575. Windows color (decimal): -8882332 or 6584184. OLE color: 6584184.

HSL color Cylindrical-coordinate representation of color #787764: hue angle of 57º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #787764 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB120119100-
CMYK00.010.170.53
HSL57º9.09%43.14%-
HSV(B)57º16.67%47.06%-
XYZ16.6418.1114.67-
YUV117.13118.33130.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=35.40%
G=35.10%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011910000.010.170.53579.0943.14
Hex7877640111353992b
Octal170167144012165711153
Binary11110001110111110010001100011101011110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787764; }

 p { color: rgb(120,119,100); }

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

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

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

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

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

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

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