#797848

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

Shades of Kokoda #797848

Tints of Kokoda #797848

Color information

#797848 (or 0x797848) is unknown color: approx Kokoda. HEX triplet: 79, 78 and 48. RGB value is (121,120,72). Sum of RGB (Red+Green+Blue) = 121+120+72=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #797848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797848 is #8687B7. Grayscale: #737373. Windows color (decimal): -8816568 or 4749433. OLE color: 4749433.

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

Color convert

RGB12112072-
CMYK00.010.400.53
HSL58.78º25.39%37.84%-
HSV(B)58.78º40.5%47.45%-
XYZ15.7717.978.77-
YUV114.83103.83132.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=38.66%
G=38.34%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211207200.010.400.5358.7825.3937.84
Hex7978480128353b1926
Octal171170110015065733146
Binary1111001111100010010000110100011010111101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797848; }

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

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

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

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

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

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

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

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