#787562

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

Shades of Kokoda #787562

Tints of Kokoda #787562

Color information

#787562 (or 0x787562) is unknown color: approx Kokoda. HEX triplet: 78, 75 and 62. RGB value is (120,117,98). Sum of RGB (Red+Green+Blue) = 120+117+98=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #787562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787562 is #878A9D. Grayscale: #737373. Windows color (decimal): -8882846 or 6452600. OLE color: 6452600.

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

Color convert

RGB12011798-
CMYK00.020.180.53
HSL51.82º10.09%42.75%-
HSV(B)51.82º18.33%47.06%-
XYZ16.3117.614.09-
YUV115.73117.99131.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=35.82%
G=34.93%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201179800.020.180.5351.8210.0942.75
Hex78756202123534a2b
Octal170165142022265641253
Binary111100011101011100010010100101101011101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787562; }

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

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

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

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

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

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

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

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