#787848

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

Shades of Kokoda #787848

Tints of Kokoda #787848

Color information

#787848 (or 0x787848) is unknown color: approx Kokoda. HEX triplet: 78, 78 and 48. RGB value is (120,120,72). Sum of RGB (Red+Green+Blue) = 120+120+72=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787848 is #8787B7. Grayscale: #727272. Windows color (decimal): -8882104 or 4749432. OLE color: 4749432.

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

Color convert

RGB12012072-
CMYK000.400.53
HSL60º25%37.65%-
HSV(B)60º40%47.06%-
XYZ15.6317.898.76-
YUV114.53104131.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=38.46%
G=38.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012072000.400.53602537.65
Hex7878480028353c1926
Octal170170110005065743146
Binary1111000111100010010000010100011010111110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787848; }

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

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

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

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

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

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

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

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