Html Css Color HEX #755D5A Zambezi

📋 copy color: '#755D5A'

red 117 ◦ green 93 ◦ blue 90

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

Shades of Zambezi #755D5A

Tints of Zambezi #755D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 90 (35.55% from 255) = 30%

R = 39%
G = 31%
B = 30%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#755D5A (or 0x755D5A) is known color: Zambezi. HEX triplet: 75, 5D and 5A. RGB value is (117,93,90). Sum of RGB (Red+Green+Blue) = 117+93+90=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #755D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D5A is #8AA2A5. Grayscale: #636363. Windows color (decimal): -9085606 or 5922165. OLE color: 5922165.

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

Color convert

RGB 117 93 90 -
CMYK 0 0.21 0.23 0.54
HSL 6.67º 0.13% 0.41% -
HSV(B) 6.67º 0.23% 0.46% -
XYZ 13.1 12.35 11.37 -
YUV 99.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 117 93 90 0 0.21 0.23 0.54 6.67 0.13 0.41
Hex 75 5D 5A 0 15 17 36 7 D 29
Octal 165 135 132 0 25 27 66 7 15 51
Binary 1110101 1011101 1011010 0 10101 10111 110110 111 1101 101001

Color Harmonies of #755D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D5A

Black with #755D5A

Text Example


Text Example

White with #755D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,93,90); }

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

background-color css

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

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

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

border-color css

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

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

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