#795959

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

Shades of Zambezi #795959

Tints of Zambezi #795959

Color information

#795959 (or 0x795959) is unknown color: approx Zambezi. HEX triplet: 79, 59 and 59. RGB value is (121,89,89). Sum of RGB (Red+Green+Blue) = 121+89+89=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #795959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795959 is #86A6A6. Grayscale: #626262. Windows color (decimal): -8824487 or 5855609. OLE color: 5855609.

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

Color convert

RGB1218989-
CMYK00.260.260.53
HSL15.24%41.18%-
HSV(B)26.45%47.45%-
XYZ13.2611.9311.06-
YUV98.57122.6144-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121898900.260.260.53015.2441.18
Hex79595901A1A350f29
Octal171131131032326501751
Binary1111001101100110110010110101101011010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795959; }

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

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

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

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

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

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

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

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