#755959

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

Shades of Zambezi #755959

Tints of Zambezi #755959

Color information

#755959 (or 0x755959) is unknown color: approx Zambezi. HEX triplet: 75, 59 and 59. RGB value is (117,89,89). Sum of RGB (Red+Green+Blue) = 117+89+89=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #755959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755959 is #8AA6A6. Grayscale: #616161. Windows color (decimal): -9086631 or 5855605. OLE color: 5855605.

HSL color Cylindrical-coordinate representation of color #755959: hue angle of 0º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #755959 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1178989-
CMYK00.240.240.54
HSL13.59%40.39%-
HSV(B)23.93%45.88%-
XYZ12.7111.6511.03-
YUV97.37123.28142-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=39.66%
G=30.17%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117898900.240.240.54013.5940.39
Hex75595901818360e28
Octal165131131030306601650
Binary1110101101100110110010110001100011011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755959; }

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

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

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

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

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

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

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

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