Html Css Color HEX #80676F Empress

📋 copy color: '#80676F'

red 128 ◦ green 103 ◦ blue 111

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

Shades of Empress #80676F

Tints of Empress #80676F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 37.43%
G = 30.12%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80676F (or 0x80676F) is known color: Empress. HEX triplet: 80, 67 and 6F. RGB value is (128,103,111). Sum of RGB (Red+Green+Blue) = 128+103+111=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #80676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80676F is #7F9890. Grayscale: #6F6F6F. Windows color (decimal): -8362129 or 7300992. OLE color: 7300992.

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

Color convert

RGB 128 103 111 -
CMYK 0 0.20 0.13 0.50
HSL 340.8º 0.11% 0.45% -
HSV(B) 340.8º 0.2% 0.5% -
XYZ 16.62 15.44 17.14 -
YUV 111.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 128 103 111 0 0.20 0.13 0.50 340.8 0.11 0.45
Hex 80 67 6F 0 14 D 32 155 B 2D
Octal 200 147 157 0 24 15 62 525 13 55
Binary 10000000 1100111 1101111 0 10100 1101 110010 101010101 1011 101101

Color Harmonies of #80676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80676F

Black with #80676F

Text Example


Text Example

White with #80676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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