Html Css Color HEX #776C6E Empress

📋 copy color: '#776C6E'

red 119 ◦ green 108 ◦ blue 110

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

Shades of Empress #776C6E

Tints of Empress #776C6E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

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

R = 35.31%
G = 32.05%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#776C6E (or 0x776C6E) is known color: Empress. HEX triplet: 77, 6C and 6E. RGB value is (119,108,110). Sum of RGB (Red+Green+Blue) = 119+108+110=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C6E is #889391. Grayscale: #6F6F6F. Windows color (decimal): -8950674 or 7236727. OLE color: 7236727.

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

Color convert

RGB 119 108 110 -
CMYK 0 0.09 0.08 0.53
HSL 349.09º 0.05% 0.45% -
HSV(B) 349.09º 0.09% 0.47% -
XYZ 15.78 15.77 16.96 -
YUV 111.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 119 108 110 0 0.09 0.08 0.53 349.09 0.05 0.45
Hex 77 6C 6E 0 9 8 35 15D 5 2D
Octal 167 154 156 0 11 10 65 535 5 55
Binary 1110111 1101100 1101110 0 1001 1000 110101 101011101 101 101101

Color Harmonies of #776C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C6E

Black with #776C6E

Text Example


Text Example

White with #776C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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