#755E5D

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

Shades of Zambezi #755E5D

Tints of Zambezi #755E5D

Color information

#755E5D (or 0x755E5D) is unknown color: approx Zambezi. HEX triplet: 75, 5E and 5D. RGB value is (117,94,93). Sum of RGB (Red+Green+Blue) = 117+94+93=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #755E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E5D is #8AA1A2. Grayscale: #646464. Windows color (decimal): -9085347 or 6119029. OLE color: 6119029.

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

Color convert

RGB1179493-
CMYK00.200.210.54
HSL2.5º11.43%41.18%-
HSV(B)2.5º20.51%45.88%-
XYZ13.3112.5812.08-
YUV100.76123.62139.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=38.49%
G=30.92%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117949300.200.210.542.511.4341.18
Hex755E5D01415363b29
Octal165136135024256631351
Binary11101011011110101110101010010101110110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,94,93); }

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

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

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

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

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

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

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