#797950

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

Shades of Kokoda #797950

Tints of Kokoda #797950

Color information

#797950 (or 0x797950) is unknown color: approx Kokoda. HEX triplet: 79, 79 and 50. RGB value is (121,121,80). Sum of RGB (Red+Green+Blue) = 121+121+80=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797950 is #8686AF. Grayscale: #747474. Windows color (decimal): -8816304 or 5273977. OLE color: 5273977.

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

Color convert

RGB12112180-
CMYK000.340.53
HSL60º20.4%39.41%-
HSV(B)60º33.88%47.45%-
XYZ16.1718.3210.27-
YUV116.33107.5131.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=37.58%
G=37.58%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112180000.340.536020.439.41
Hex7979500022353c1427
Octal171171120004265742447
Binary1111001111100110100000010001011010111110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797950; }

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

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

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

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

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

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

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

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