#755C5C

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

Shades of Zambezi #755C5C

Tints of Zambezi #755C5C

Color information

#755C5C (or 0x755C5C) is unknown color: approx Zambezi. HEX triplet: 75, 5C and 5C. RGB value is (117,92,92). Sum of RGB (Red+Green+Blue) = 117+92+92=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C5C is #8AA3A3. Grayscale: #636363. Windows color (decimal): -9085860 or 6052981. OLE color: 6052981.

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

Color convert

RGB1179292-
CMYK00.210.210.54
HSL11.96%40.98%-
HSV(B)21.37%45.88%-
XYZ13.112.2111.79-
YUV99.48123.78140.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=38.87%
G=30.56%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117929200.210.210.54011.9640.98
Hex755C5C01515360c29
Octal165134134025256601451
Binary1110101101110010111000101011010111011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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