#755B5A

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

Shades of Zambezi #755B5A

Tints of Zambezi #755B5A

Color information

#755B5A (or 0x755B5A) is unknown color: approx Zambezi. HEX triplet: 75, 5B and 5A. RGB value is (117,91,90). Sum of RGB (Red+Green+Blue) = 117+91+90=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B5A is #8AA4A5. Grayscale: #626262. Windows color (decimal): -9086118 or 5921653. OLE color: 5921653.

HSL color Cylindrical-coordinate representation of color #755B5A: hue angle of 2.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755B5A is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1179190-
CMYK00.220.230.54
HSL2.22º13.04%40.59%-
HSV(B)2.22º23.08%45.88%-
XYZ12.921211.31-
YUV98.66123.11141.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=39.26%
G=30.54%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117919000.220.230.542.2213.0440.59
Hex755B5A01617362d29
Octal165133132026276621551
Binary11101011011011101101001011010111110110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,90); }

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

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

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

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

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

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

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