Html Css Color HEX #777071 Empress

📋 copy color: '#777071'

red 119 ◦ green 112 ◦ blue 113

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

Shades of Empress #777071

Tints of Empress #777071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 113 (44.53% from 255) = 32.85%

R = 34.59%
G = 32.56%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#777071 (or 0x777071) is known color: Empress. HEX triplet: 77, 70 and 71. RGB value is (119,112,113). Sum of RGB (Red+Green+Blue) = 119+112+113=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #777071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777071 is #888F8E. Grayscale: #727272. Windows color (decimal): -8949647 or 7434359. OLE color: 7434359.

HSL color Cylindrical-coordinate representation of color #777071: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #777071 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 113 -
CMYK 0 0.06 0.05 0.53
HSL 351.43º 0.03% 0.45% -
HSV(B) 351.43º 0.06% 0.47% -
XYZ 16.38 16.7 17.98 -
YUV 114.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 119 112 113 0 0.06 0.05 0.53 351.43 0.03 0.45
Hex 77 70 71 0 6 5 35 15F 3 2D
Octal 167 160 161 0 6 5 65 537 3 55
Binary 1110111 1110000 1110001 0 110 101 110101 101011111 11 101101

Color Harmonies of #777071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777071

Black with #777071

Text Example


Text Example

White with #777071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777071; }

 p { color: rgb(119,112,113); }

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

background-color css

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

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

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

border-color css

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

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

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