#755C5B

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

Shades of Zambezi #755C5B

Tints of Zambezi #755C5B

Color information

#755C5B (or 0x755C5B) is unknown color: approx Zambezi. HEX triplet: 75, 5C and 5B. RGB value is (117,92,91). Sum of RGB (Red+Green+Blue) = 117+92+91=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #755C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C5B is #8AA3A4. Grayscale: #636363. Windows color (decimal): -9085861 or 5987445. OLE color: 5987445.

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

Color convert

RGB1179291-
CMYK00.210.220.54
HSL2.31º12.5%40.78%-
HSV(B)2.31º22.22%45.88%-
XYZ13.0512.1911.56-
YUV99.36123.28140.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=39%
G=30.67%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117929100.210.220.542.3112.540.78
Hex755C5B01516362c29
Octal165134133025266621451
Binary11101011011100101101101010110110110110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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