#755C58

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

Shades of Zambezi #755C58

Tints of Zambezi #755C58

Color information

#755C58 (or 0x755C58) is unknown color: approx Zambezi. HEX triplet: 75, 5C and 58. RGB value is (117,92,88). Sum of RGB (Red+Green+Blue) = 117+92+88=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C58 is #8AA3A7. Grayscale: #636363. Windows color (decimal): -9085864 or 5790837. OLE color: 5790837.

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

Color convert

RGB1179288-
CMYK00.210.250.54
HSL8.28º14.15%40.2%-
HSV(B)8.28º24.79%45.88%-
XYZ12.9212.1410.89-
YUV99.02121.78140.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=39.39%
G=30.98%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117928800.210.250.548.2814.1540.2
Hex755C5801519368e28
Octal1651341300253166101650
Binary1110101101110010110000101011100111011010001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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