Html Css Color HEX #776B6E Empress

📋 copy color: '#776B6E'

red 119 ◦ green 107 ◦ blue 110

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

Shades of Empress #776B6E

Tints of Empress #776B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 35.42%
G = 31.85%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#776B6E (or 0x776B6E) is known color: Empress. HEX triplet: 77, 6B and 6E. RGB value is (119,107,110). Sum of RGB (Red+Green+Blue) = 119+107+110=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #776B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B6E is #889491. Grayscale: #6E6E6E. Windows color (decimal): -8950930 or 7236471. OLE color: 7236471.

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

Color convert

RGB 119 107 110 -
CMYK 0 0.10 0.08 0.53
HSL 345º 0.05% 0.44% -
HSV(B) 345º 0.1% 0.47% -
XYZ 15.68 15.56 16.93 -
YUV 110.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 119 107 110 0 0.10 0.08 0.53 345 0.05 0.44
Hex 77 6B 6E 0 A 8 35 159 5 2C
Octal 167 153 156 0 12 10 65 531 5 54
Binary 1110111 1101011 1101110 0 1010 1000 110101 101011001 101 101100

Color Harmonies of #776B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B6E

Black with #776B6E

Text Example


Text Example

White with #776B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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