Html Css Color HEX #776F72 Empress

📋 copy color: '#776F72'

red 119 ◦ green 111 ◦ blue 114

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

Shades of Empress #776F72

Tints of Empress #776F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 34.59%
G = 32.27%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#776F72 (or 0x776F72) is known color: Empress. HEX triplet: 77, 6F and 72. RGB value is (119,111,114). Sum of RGB (Red+Green+Blue) = 119+111+114=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #776F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F72 is #88908D. Grayscale: #717171. Windows color (decimal): -8949902 or 7499639. OLE color: 7499639.

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

Color convert

RGB 119 111 114 -
CMYK 0 0.07 0.04 0.53
HSL 337.5º 0.03% 0.45% -
HSV(B) 337.5º 0.07% 0.47% -
XYZ 16.33 16.51 18.24 -
YUV 113.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 119 111 114 0 0.07 0.04 0.53 337.5 0.03 0.45
Hex 77 6F 72 0 7 4 35 152 3 2D
Octal 167 157 162 0 7 4 65 522 3 55
Binary 1110111 1101111 1110010 0 111 100 110101 101010010 11 101101

Color Harmonies of #776F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F72

Black with #776F72

Text Example


Text Example

White with #776F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776F72; }

 p { color: rgb(119,111,114); }

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

background-color css

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

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

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

border-color css

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

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

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