Html Css Color HEX #80676B Empress

📋 copy color: '#80676B'

red 128 ◦ green 103 ◦ blue 107

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

Shades of Empress #80676B

Tints of Empress #80676B

RGB

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

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

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

R = 37.87%
G = 30.47%
B = 31.66%

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

#80676B (or 0x80676B) is known color: Empress. HEX triplet: 80, 67 and 6B. RGB value is (128,103,107). Sum of RGB (Red+Green+Blue) = 128+103+107=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80676B is #7F9894. Grayscale: #6E6E6E. Windows color (decimal): -8362133 or 7038848. OLE color: 7038848.

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

Color convert

RGB 128 103 107 -
CMYK 0 0.20 0.16 0.50
HSL 350.4º 0.11% 0.45% -
HSV(B) 350.4º 0.2% 0.5% -
XYZ 16.41 15.35 16.01 -
YUV 110.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 128 103 107 0 0.20 0.16 0.50 350.4 0.11 0.45
Hex 80 67 6B 0 14 10 32 15E B 2D
Octal 200 147 153 0 24 20 62 536 13 55
Binary 10000000 1100111 1101011 0 10100 10000 110010 101011110 1011 101101

Color Harmonies of #80676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80676B

Black with #80676B

Text Example


Text Example

White with #80676B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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