#755C59

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

Shades of Zambezi #755C59

Tints of Zambezi #755C59

Color information

#755C59 (or 0x755C59) is unknown color: approx Zambezi. HEX triplet: 75, 5C and 59. RGB value is (117,92,89). Sum of RGB (Red+Green+Blue) = 117+92+89=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C59 is #8AA3A6. Grayscale: #636363. Windows color (decimal): -9085863 or 5856373. OLE color: 5856373.

HSL color Cylindrical-coordinate representation of color #755C59: hue angle of 6.43º 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 #755C59 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1179289-
CMYK00.210.240.54
HSL6.43º13.59%40.39%-
HSV(B)6.43º23.93%45.88%-
XYZ12.9712.1611.11-
YUV99.13122.28140.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 89 (35.16% from 255) = 29.87%
R=39.26%
G=30.87%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117928900.210.240.546.4313.5940.39
Hex755C5901518366e28
Octal165134131025306661650
Binary111010110111001011001010101110001101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755C59; }

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

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

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

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

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

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

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

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