#787862

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

Shades of Kokoda #787862

Tints of Kokoda #787862

Color information

#787862 (or 0x787862) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 62. RGB value is (120,120,98). Sum of RGB (Red+Green+Blue) = 120+120+98=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787862 is #87879D. Grayscale: #757575. Windows color (decimal): -8882078 or 6453368. OLE color: 6453368.

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

Color convert

RGB12012098-
CMYK000.180.53
HSL60º10.09%42.75%-
HSV(B)60º18.33%47.06%-
XYZ16.6718.3114.21-
YUV117.49117129.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=35.50%
G=35.50%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012098000.180.536010.0942.75
Hex7878620012353ca2b
Octal170170142002265741253
Binary11110001111000110001000100101101011111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787862; }

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

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

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

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

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

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

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

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