Html Css Color HEX #77666A Empress

📋 copy color: '#77666A'

red 119 ◦ green 102 ◦ blue 106

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

Shades of Empress #77666A

Tints of Empress #77666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 36.39%
G = 31.19%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77666A (or 0x77666A) is known color: Empress. HEX triplet: 77, 66 and 6A. RGB value is (119,102,106). Sum of RGB (Red+Green+Blue) = 119+102+106=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #77666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77666A is #889995. Grayscale: #6B6B6B. Windows color (decimal): -8952214 or 6973047. OLE color: 6973047.

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

Color convert

RGB 119 102 106 -
CMYK 0 0.14 0.11 0.53
HSL 345.88º 0.08% 0.43% -
HSV(B) 345.88º 0.14% 0.47% -
XYZ 14.96 14.47 15.64 -
YUV 107.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 119 102 106 0 0.14 0.11 0.53 345.88 0.08 0.43
Hex 77 66 6A 0 E B 35 15A 8 2B
Octal 167 146 152 0 16 13 65 532 10 53
Binary 1110111 1100110 1101010 0 1110 1011 110101 101011010 1000 101011

Color Harmonies of #77666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77666A

Black with #77666A

Text Example


Text Example

White with #77666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77666A; }

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

 H1.HeaderClassName
 {
   color: #77666A;
 }
 .AnyTagClassName
 {
   color: #77666A;
 }
</style>

background-color css

<style>
 a { background-color: #77666A; }

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

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

border-color css

<style>
 span { border-color: #77666A; }

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

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