Html Css Color HEX #776A6B Empress

📋 copy color: '#776A6B'

red 119 ◦ green 106 ◦ blue 107

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

Shades of Empress #776A6B

Tints of Empress #776A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 35.84%
G = 31.93%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#776A6B (or 0x776A6B) is known color: Empress. HEX triplet: 77, 6A and 6B. RGB value is (119,106,107). Sum of RGB (Red+Green+Blue) = 119+106+107=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A6B is #889594. Grayscale: #6E6E6E. Windows color (decimal): -8951189 or 7039607. OLE color: 7039607.

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

Color convert

RGB 119 106 107 -
CMYK 0 0.11 0.10 0.53
HSL 355.38º 0.06% 0.44% -
HSV(B) 355.38º 0.11% 0.47% -
XYZ 15.42 15.29 16.05 -
YUV 110 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 119 106 107 0 0.11 0.10 0.53 355.38 0.06 0.44
Hex 77 6A 6B 0 B A 35 163 6 2C
Octal 167 152 153 0 13 12 65 543 6 54
Binary 1110111 1101010 1101011 0 1011 1010 110101 101100011 110 101100

Color Harmonies of #776A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A6B

Black with #776A6B

Text Example


Text Example

White with #776A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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