Html Css Color HEX #755958 Zambezi

📋 copy color: '#755958'

red 117 ◦ green 89 ◦ blue 88

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

Shades of Zambezi #755958

Tints of Zambezi #755958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.93%

R = 39.8%
G = 30.27%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#755958 (or 0x755958) is known color: Zambezi. HEX triplet: 75, 59 and 58. RGB value is (117,89,88). Sum of RGB (Red+Green+Blue) = 117+89+88=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #755958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755958 is #8AA6A7. Grayscale: #616161. Windows color (decimal): -9086632 or 5790069. OLE color: 5790069.

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

Color convert

RGB 117 89 88 -
CMYK 0 0.24 0.25 0.54
HSL 2.07º 0.14% 0.4% -
HSV(B) 2.07º 0.25% 0.46% -
XYZ 12.67 11.63 10.81 -
YUV 97.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 117 89 88 0 0.24 0.25 0.54 2.07 0.14 0.4
Hex 75 59 58 0 18 19 36 2 E 28
Octal 165 131 130 0 30 31 66 2 16 50
Binary 1110101 1011001 1011000 0 11000 11001 110110 10 1110 101000

Color Harmonies of #755958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755958

Black with #755958

Text Example


Text Example

White with #755958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755958; }

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

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

background-color css

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

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

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

border-color css

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

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

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