Html Css Color HEX #776A6D Empress

📋 copy color: '#776A6D'

red 119 ◦ green 106 ◦ blue 109

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

Shades of Empress #776A6D

Tints of Empress #776A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 35.63%
G = 31.74%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#776A6D (or 0x776A6D) is known color: Empress. HEX triplet: 77, 6A and 6D. RGB value is (119,106,109). Sum of RGB (Red+Green+Blue) = 119+106+109=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #776A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A6D is #889592. Grayscale: #6E6E6E. Windows color (decimal): -8951187 or 7170679. OLE color: 7170679.

HSL color Cylindrical-coordinate representation of color #776A6D: hue angle of 346.15º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776A6D is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 109 -
CMYK 0 0.11 0.08 0.53
HSL 346.15º 0.06% 0.44% -
HSV(B) 346.15º 0.11% 0.47% -
XYZ 15.52 15.33 16.61 -
YUV 110.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 119 106 109 0 0.11 0.08 0.53 346.15 0.06 0.44
Hex 77 6A 6D 0 B 8 35 15A 6 2C
Octal 167 152 155 0 13 10 65 532 6 54
Binary 1110111 1101010 1101101 0 1011 1000 110101 101011010 110 101100

Color Harmonies of #776A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A6D

Black with #776A6D

Text Example


Text Example

White with #776A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,106,109); }

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

background-color css

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

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

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

border-color css

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

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

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