Html Css Color HEX #755959 Zambezi

📋 copy color: '#755959'

red 117 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #755959

Tints of Zambezi #755959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 39.66%
G = 30.17%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#755959 (or 0x755959) is known color: Zambezi. HEX triplet: 75, 59 and 59. RGB value is (117,89,89). Sum of RGB (Red+Green+Blue) = 117+89+89=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #755959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755959 is #8AA6A6. Grayscale: #616161. Windows color (decimal): -9086631 or 5855605. OLE color: 5855605.

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

Color convert

RGB 117 89 89 -
CMYK 0 0.24 0.24 0.54
HSL 0.14% 0.4% -
HSV(B) 0.24% 0.46% -
XYZ 12.71 11.65 11.03 -
YUV 97.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 117 89 89 0 0.24 0.24 0.54 0 0.14 0.4
Hex 75 59 59 0 18 18 36 0 E 28
Octal 165 131 131 0 30 30 66 0 16 50
Binary 1110101 1011001 1011001 0 11000 11000 110110 0 1110 101000

Color Harmonies of #755959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755959

Black with #755959

Text Example


Text Example

White with #755959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755959; }

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

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

background-color css

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

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

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

border-color css

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

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

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