#797959

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

Shades of Kokoda #797959

Tints of Kokoda #797959

Color information

#797959 (or 0x797959) is unknown color: approx Kokoda. HEX triplet: 79, 79 and 59. RGB value is (121,121,89). Sum of RGB (Red+Green+Blue) = 121+121+89=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797959 is #8686A6. Grayscale: #757575. Windows color (decimal): -8816295 or 5863801. OLE color: 5863801.

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

Color convert

RGB12112189-
CMYK000.260.53
HSL60º15.24%41.18%-
HSV(B)60º26.45%47.45%-
XYZ16.5318.4612.14-
YUV117.35112130.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=36.56%
G=36.56%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112189000.260.536015.2441.18
Hex797959001A353cf29
Octal171171131003265741751
Binary11110011111001101100100110101101011111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797959; }

 p { color: rgb(121,121,89); }

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

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

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

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

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

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

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