Html Css Color HEX #775E5E Zambezi

📋 copy color: '#775E5E'

red 119 ◦ green 94 ◦ blue 94

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

Shades of Zambezi #775E5E

Tints of Zambezi #775E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 38.76%
G = 30.62%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#775E5E (or 0x775E5E) is known color: Zambezi. HEX triplet: 77, 5E and 5E. RGB value is (119,94,94). Sum of RGB (Red+Green+Blue) = 119+94+94=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #775E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E5E is #88A1A1. Grayscale: #656565. Windows color (decimal): -8954274 or 6184567. OLE color: 6184567.

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

Color convert

RGB 119 94 94 -
CMYK 0 0.21 0.21 0.53
HSL 0.12% 0.42% -
HSV(B) 0.21% 0.47% -
XYZ 13.63 12.74 12.33 -
YUV 101.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 119 94 94 0 0.21 0.21 0.53 0 0.12 0.42
Hex 77 5E 5E 0 15 15 35 0 C 2A
Octal 167 136 136 0 25 25 65 0 14 52
Binary 1110111 1011110 1011110 0 10101 10101 110101 0 1100 101010

Color Harmonies of #775E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E5E

Black with #775E5E

Text Example


Text Example

White with #775E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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