Html Css Color HEX #776A6C Empress

📋 copy color: '#776A6C'

red 119 ◦ green 106 ◦ blue 108

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

Shades of Empress #776A6C

Tints of Empress #776A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 35.74%
G = 31.83%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#776A6C (or 0x776A6C) is known color: Empress. HEX triplet: 77, 6A and 6C. RGB value is (119,106,108). Sum of RGB (Red+Green+Blue) = 119+106+108=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A6C is #889593. Grayscale: #6E6E6E. Windows color (decimal): -8951188 or 7105143. OLE color: 7105143.

HSL color Cylindrical-coordinate representation of color #776A6C: hue angle of 350.77º 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 #776A6C is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 108 -
CMYK 0 0.11 0.09 0.53
HSL 350.77º 0.06% 0.44% -
HSV(B) 350.77º 0.11% 0.47% -
XYZ 15.47 15.31 16.33 -
YUV 110.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 119 106 108 0 0.11 0.09 0.53 350.77 0.06 0.44
Hex 77 6A 6C 0 B 9 35 15F 6 2C
Octal 167 152 154 0 13 11 65 537 6 54
Binary 1110111 1101010 1101100 0 1011 1001 110101 101011111 110 101100

Color Harmonies of #776A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A6C

Black with #776A6C

Text Example


Text Example

White with #776A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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