Html Css Color HEX #755E5D Zambezi

📋 copy color: '#755E5D'

red 117 ◦ green 94 ◦ blue 93

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

Shades of Zambezi #755E5D

Tints of Zambezi #755E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.92%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 38.49%
G = 30.92%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#755E5D (or 0x755E5D) is known color: Zambezi. HEX triplet: 75, 5E and 5D. RGB value is (117,94,93). Sum of RGB (Red+Green+Blue) = 117+94+93=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #755E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E5D is #8AA1A2. Grayscale: #646464. Windows color (decimal): -9085347 or 6119029. OLE color: 6119029.

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

Color convert

RGB 117 94 93 -
CMYK 0 0.20 0.21 0.54
HSL 2.5º 0.11% 0.41% -
HSV(B) 2.5º 0.21% 0.46% -
XYZ 13.31 12.58 12.08 -
YUV 100.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 117 94 93 0 0.20 0.21 0.54 2.5 0.11 0.41
Hex 75 5E 5D 0 14 15 36 2 B 29
Octal 165 136 135 0 24 25 66 2 13 51
Binary 1110101 1011110 1011101 0 10100 10101 110110 10 1011 101001

Color Harmonies of #755E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E5D

Black with #755E5D

Text Example


Text Example

White with #755E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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