Html Css Color HEX #775D5B Zambezi

📋 copy color: '#775D5B'

red 119 ◦ green 93 ◦ blue 91

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

Shades of Zambezi #775D5B

Tints of Zambezi #775D5B

RGB

 RED value IS 119 (46.88% from 255) = 39.27%

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

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

R = 39.27%
G = 30.69%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#775D5B (or 0x775D5B) is known color: Zambezi. HEX triplet: 77, 5D and 5B. RGB value is (119,93,91). Sum of RGB (Red+Green+Blue) = 119+93+91=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D5B is #88A2A4. Grayscale: #646464. Windows color (decimal): -8954533 or 5987703. OLE color: 5987703.

HSL color Cylindrical-coordinate representation of color #775D5B: hue angle of 4.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775D5B is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 93 91 -
CMYK 0 0.22 0.24 0.53
HSL 4.29º 0.13% 0.41% -
HSV(B) 4.29º 0.24% 0.47% -
XYZ 13.41 12.51 11.6 -
YUV 100.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 119 93 91 0 0.22 0.24 0.53 4.29 0.13 0.41
Hex 77 5D 5B 0 16 18 35 4 D 29
Octal 167 135 133 0 26 30 65 4 15 51
Binary 1110111 1011101 1011011 0 10110 11000 110101 100 1101 101001

Color Harmonies of #775D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D5B

Black with #775D5B

Text Example


Text Example

White with #775D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775D5B; }

 p { color: rgb(119,93,91); }

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

background-color css

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

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

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

border-color css

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

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

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