Html Css Color HEX #80666B Empress

📋 copy color: '#80666B'

red 128 ◦ green 102 ◦ blue 107

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

Shades of Empress #80666B

Tints of Empress #80666B

RGB

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

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

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

R = 37.98%
G = 30.27%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80666B (or 0x80666B) is known color: Empress. HEX triplet: 80, 66 and 6B. RGB value is (128,102,107). Sum of RGB (Red+Green+Blue) = 128+102+107=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80666B is #7F9994. Grayscale: #6E6E6E. Windows color (decimal): -8362389 or 7038592. OLE color: 7038592.

HSL color Cylindrical-coordinate representation of color #80666B: hue angle of 348.46º 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 #80666B is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 107 -
CMYK 0 0.20 0.16 0.50
HSL 348.46º 0.11% 0.45% -
HSV(B) 348.46º 0.2% 0.5% -
XYZ 16.31 15.15 15.98 -
YUV 110.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 128 102 107 0 0.20 0.16 0.50 348.46 0.11 0.45
Hex 80 66 6B 0 14 10 32 15C B 2D
Octal 200 146 153 0 24 20 62 534 13 55
Binary 10000000 1100110 1101011 0 10100 10000 110010 101011100 1011 101101

Color Harmonies of #80666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80666B

Black with #80666B

Text Example


Text Example

White with #80666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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