Html Css Color HEX #775E5B Zambezi

📋 copy color: '#775E5B'

red 119 ◦ green 94 ◦ blue 91

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

Shades of Zambezi #775E5B

Tints of Zambezi #775E5B

RGB

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

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

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

R = 39.14%
G = 30.92%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#775E5B (or 0x775E5B) is known color: Zambezi. HEX triplet: 77, 5E and 5B. RGB value is (119,94,91). Sum of RGB (Red+Green+Blue) = 119+94+91=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E5B is #88A1A4. Grayscale: #656565. Windows color (decimal): -8954277 or 5987959. OLE color: 5987959.

HSL color Cylindrical-coordinate representation of color #775E5B: hue angle of 6.43º 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 #775E5B is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 91 -
CMYK 0 0.21 0.24 0.53
HSL 6.43º 0.13% 0.41% -
HSV(B) 6.43º 0.24% 0.47% -
XYZ 13.5 12.68 11.63 -
YUV 101.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 119 94 91 0 0.21 0.24 0.53 6.43 0.13 0.41
Hex 77 5E 5B 0 15 18 35 6 D 29
Octal 167 136 133 0 25 30 65 6 15 51
Binary 1110111 1011110 1011011 0 10101 11000 110101 110 1101 101001

Color Harmonies of #775E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E5B

Black with #775E5B

Text Example


Text Example

White with #775E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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