Html Css Color HEX #755B5B Zambezi

📋 copy color: '#755B5B'

red 117 ◦ green 91 ◦ blue 91

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

Shades of Zambezi #755B5B

Tints of Zambezi #755B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 39.13%
G = 30.43%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#755B5B (or 0x755B5B) is known color: Zambezi. HEX triplet: 75, 5B and 5B. RGB value is (117,91,91). Sum of RGB (Red+Green+Blue) = 117+91+91=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B5B is #8AA4A4. Grayscale: #626262. Windows color (decimal): -9086117 or 5987189. OLE color: 5987189.

HSL color Cylindrical-coordinate representation of color #755B5B: 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.22%. Process color model (Four color, CMYK) of #755B5B is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 91 91 -
CMYK 0 0.22 0.22 0.54
HSL 0.13% 0.41% -
HSV(B) 0.22% 0.46% -
XYZ 12.97 12.02 11.53 -
YUV 98.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 117 91 91 0 0.22 0.22 0.54 0 0.13 0.41
Hex 75 5B 5B 0 16 16 36 0 C 29
Octal 165 133 133 0 26 26 66 0 14 51
Binary 1110101 1011011 1011011 0 10110 10110 110110 0 1100 101001

Color Harmonies of #755B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B5B

Black with #755B5B

Text Example


Text Example

White with #755B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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