#797952

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

Shades of Kokoda #797952

Tints of Kokoda #797952

Color information

#797952 (or 0x797952) is unknown color: approx Kokoda. HEX triplet: 79, 79 and 52. RGB value is (121,121,82). Sum of RGB (Red+Green+Blue) = 121+121+82=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797952 is #8686AD. Grayscale: #747474. Windows color (decimal): -8816302 or 5405049. OLE color: 5405049.

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

Color convert

RGB12112182-
CMYK000.320.53
HSL60º19.21%39.8%-
HSV(B)60º32.23%47.45%-
XYZ16.2518.3510.67-
YUV116.55108.5131.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.35%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=37.35%
G=37.35%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112182000.320.536019.2139.8
Hex7979520020353c1328
Octal171171122004065742350
Binary1111001111100110100100010000011010111110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797952; }

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

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

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

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

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

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

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

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