#787853

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

Shades of Kokoda #787853

Tints of Kokoda #787853

Color information

#787853 (or 0x787853) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 53. RGB value is (120,120,83). Sum of RGB (Red+Green+Blue) = 120+120+83=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787853 is #8787AC. Grayscale: #737373. Windows color (decimal): -8882093 or 5470328. OLE color: 5470328.

HSL color Cylindrical-coordinate representation of color #787853: hue angle of 60º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #787853 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB12012083-
CMYK000.310.53
HSL60º18.23%39.8%-
HSV(B)60º30.83%47.06%-
XYZ16.0218.0510.82-
YUV115.78109.5131.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=37.15%
G=37.15%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012083000.310.536018.2339.8
Hex787853001F353c1228
Octal170170123003765742250
Binary111100011110001010011001111111010111110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787853; }

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

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

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

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

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

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

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

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