#797650

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

Shades of Kokoda #797650

Tints of Kokoda #797650

Color information

#797650 (or 0x797650) is unknown color: approx Kokoda. HEX triplet: 79, 76 and 50. RGB value is (121,118,80). Sum of RGB (Red+Green+Blue) = 121+118+80=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #797650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797650 is #8689AF. Grayscale: #727272. Windows color (decimal): -8817072 or 5273209. OLE color: 5273209.

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

Color convert

RGB12111880-
CMYK00.020.340.53
HSL55.61º20.4%39.41%-
HSV(B)55.61º33.88%47.45%-
XYZ15.8117.610.15-
YUV114.56108.49132.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=37.93%
G=36.99%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211188000.020.340.5355.6120.439.41
Hex797650022235381427
Octal171166120024265702447
Binary11110011110110101000001010001011010111100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797650; }

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

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

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

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

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

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

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

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