Html Css Color HEX #80666D Empress

📋 copy color: '#80666D'

red 128 ◦ green 102 ◦ blue 109

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

Shades of Empress #80666D

Tints of Empress #80666D

RGB

 RED value IS 128 (50.39% from 255) = 37.76%

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 37.76%
G = 30.09%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80666D (or 0x80666D) is known color: Empress. HEX triplet: 80, 66 and 6D. RGB value is (128,102,109). Sum of RGB (Red+Green+Blue) = 128+102+109=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80666D is #7F9992. Grayscale: #6E6E6E. Windows color (decimal): -8362387 or 7169664. OLE color: 7169664.

HSL color Cylindrical-coordinate representation of color #80666D: hue angle of 343.85º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80666D is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 109 -
CMYK 0 0.20 0.15 0.50
HSL 343.85º 0.11% 0.45% -
HSV(B) 343.85º 0.2% 0.5% -
XYZ 16.41 15.2 16.54 -
YUV 110.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 128 102 109 0 0.20 0.15 0.50 343.85 0.11 0.45
Hex 80 66 6D 0 14 F 32 158 B 2D
Octal 200 146 155 0 24 17 62 530 13 55
Binary 10000000 1100110 1101101 0 10100 1111 110010 101011000 1011 101101

Color Harmonies of #80666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80666D

Black with #80666D

Text Example


Text Example

White with #80666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80666D; }

 p { color: rgb(128,102,109); }

 H1.HeaderClassName
 {
   color: #80666D;
 }
 .AnyTagClassName
 {
   color: #80666D;
 }
</style>

background-color css

<style>
 a { background-color: #80666D; }

 a { background-color: rgb(128,102,109); }

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

border-color css

<style>
 span { border-color: #80666D; }

 span { border-color: rgb(128,102,109); }

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