Html Css Color HEX #755B59 Zambezi

📋 copy color: '#755B59'

red 117 ◦ green 91 ◦ blue 89

#755B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #755B59

Tints of Zambezi #755B59

RGB

 RED value IS 117 (46.09% from 255) = 39.39%

 GREEN value IS 91 (35.94% from 255) = 30.64%

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 39.39%
G = 30.64%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#755B59 (or 0x755B59) is known color: Zambezi. HEX triplet: 75, 5B and 59. RGB value is (117,91,89). Sum of RGB (Red+Green+Blue) = 117+91+89=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B59 is #8AA4A6. Grayscale: #626262. Windows color (decimal): -9086119 or 5856117. OLE color: 5856117.

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

Color convert

RGB 117 91 89 -
CMYK 0 0.22 0.24 0.54
HSL 4.29º 0.14% 0.4% -
HSV(B) 4.29º 0.24% 0.46% -
XYZ 12.88 11.99 11.09 -
YUV 98.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 117 91 89 0 0.22 0.24 0.54 4.29 0.14 0.4
Hex 75 5B 59 0 16 18 36 4 E 28
Octal 165 133 131 0 26 30 66 4 16 50
Binary 1110101 1011011 1011001 0 10110 11000 110110 100 1110 101000

Color Harmonies of #755B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B59

Black with #755B59

Text Example


Text Example

White with #755B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #755B59;
 }
 .AnyTagClassName
 {
   color: #755B59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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