#787863

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

Shades of Kokoda #787863

Tints of Kokoda #787863

Color information

#787863 (or 0x787863) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 63. RGB value is (120,120,99). Sum of RGB (Red+Green+Blue) = 120+120+99=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787863 is #87879C. Grayscale: #757575. Windows color (decimal): -8882077 or 6518904. OLE color: 6518904.

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

Color convert

RGB12012099-
CMYK000.170.53
HSL60º9.59%42.94%-
HSV(B)60º17.5%47.06%-
XYZ16.7118.3314.46-
YUV117.61117.5129.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=35.40%
G=35.40%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012099000.170.53609.5942.94
Hex7878630011353ca2b
Octal170170143002165741253
Binary11110001111000110001100100011101011111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787863; }

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

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

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

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

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

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

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

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