Html Css Color HEX #775E5D Zambezi

📋 copy color: '#775E5D'

red 119 ◦ green 94 ◦ blue 93

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

Shades of Zambezi #775E5D

Tints of Zambezi #775E5D

RGB

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

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

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

R = 38.89%
G = 30.72%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#775E5D (or 0x775E5D) is known color: Zambezi. HEX triplet: 77, 5E and 5D. RGB value is (119,94,93). Sum of RGB (Red+Green+Blue) = 119+94+93=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #775E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E5D is #88A1A2. Grayscale: #656565. Windows color (decimal): -8954275 or 6119031. OLE color: 6119031.

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

Color convert

RGB 119 94 93 -
CMYK 0 0.21 0.22 0.53
HSL 2.31º 0.12% 0.42% -
HSV(B) 2.31º 0.22% 0.47% -
XYZ 13.59 12.72 12.09 -
YUV 101.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 119 94 93 0 0.21 0.22 0.53 2.31 0.12 0.42
Hex 77 5E 5D 0 15 16 35 2 C 2A
Octal 167 136 135 0 25 26 65 2 14 52
Binary 1110111 1011110 1011101 0 10101 10110 110101 10 1100 101010

Color Harmonies of #775E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E5D

Black with #775E5D

Text Example


Text Example

White with #775E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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