Html Css Color HEX #755C5B Zambezi

📋 copy color: '#755C5B'

red 117 ◦ green 92 ◦ blue 91

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

Shades of Zambezi #755C5B

Tints of Zambezi #755C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

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

R = 39%
G = 30.67%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#755C5B (or 0x755C5B) is known color: Zambezi. HEX triplet: 75, 5C and 5B. RGB value is (117,92,91). Sum of RGB (Red+Green+Blue) = 117+92+91=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #755C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C5B is #8AA3A4. Grayscale: #636363. Windows color (decimal): -9085861 or 5987445. OLE color: 5987445.

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

Color convert

RGB 117 92 91 -
CMYK 0 0.21 0.22 0.54
HSL 2.31º 0.13% 0.41% -
HSV(B) 2.31º 0.22% 0.46% -
XYZ 13.05 12.19 11.56 -
YUV 99.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 117 92 91 0 0.21 0.22 0.54 2.31 0.13 0.41
Hex 75 5C 5B 0 15 16 36 2 C 29
Octal 165 134 133 0 25 26 66 2 14 51
Binary 1110101 1011100 1011011 0 10101 10110 110110 10 1100 101001

Color Harmonies of #755C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C5B

Black with #755C5B

Text Example


Text Example

White with #755C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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