#787849

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

Shades of Kokoda #787849

Tints of Kokoda #787849

Color information

#787849 (or 0x787849) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 49. RGB value is (120,120,73). Sum of RGB (Red+Green+Blue) = 120+120+73=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787849 is #8787B6. Grayscale: #727272. Windows color (decimal): -8882103 or 4814968. OLE color: 4814968.

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

Color convert

RGB12012073-
CMYK000.390.53
HSL60º24.35%37.84%-
HSV(B)60º39.17%47.06%-
XYZ15.6617.918.93-
YUV114.64104.5131.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=38.34%
G=38.34%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012073000.390.536024.3537.84
Hex7878490027353c1826
Octal170170111004765743046
Binary1111000111100010010010010011111010111110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787849; }

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

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

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

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

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

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

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

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