Html Css Color HEX #80676E Empress

📋 copy color: '#80676E'

red 128 ◦ green 103 ◦ blue 110

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

Shades of Empress #80676E

Tints of Empress #80676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 37.54%
G = 30.21%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80676E (or 0x80676E) is known color: Empress. HEX triplet: 80, 67 and 6E. RGB value is (128,103,110). Sum of RGB (Red+Green+Blue) = 128+103+110=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80676E is #7F9891. Grayscale: #6F6F6F. Windows color (decimal): -8362130 or 7235456. OLE color: 7235456.

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

Color convert

RGB 128 103 110 -
CMYK 0 0.20 0.14 0.50
HSL 343.2º 0.11% 0.45% -
HSV(B) 343.2º 0.2% 0.5% -
XYZ 16.57 15.42 16.85 -
YUV 111.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 128 103 110 0 0.20 0.14 0.50 343.2 0.11 0.45
Hex 80 67 6E 0 14 E 32 157 B 2D
Octal 200 147 156 0 24 16 62 527 13 55
Binary 10000000 1100111 1101110 0 10100 1110 110010 101010111 1011 101101

Color Harmonies of #80676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80676E

Black with #80676E

Text Example


Text Example

White with #80676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80676E; }

 p { color: rgb(128,103,110); }

 H1.HeaderClassName
 {
   color: #80676E;
 }
 .AnyTagClassName
 {
   color: #80676E;
 }
</style>

background-color css

<style>
 a { background-color: #80676E; }

 a { background-color: rgb(128,103,110); }

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

border-color css

<style>
 span { border-color: #80676E; }

 span { border-color: rgb(128,103,110); }

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