Html Css Color HEX #80656D Empress

📋 copy color: '#80656D'

red 128 ◦ green 101 ◦ blue 109

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

Shades of Empress #80656D

Tints of Empress #80656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 37.87%
G = 29.88%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80656D (or 0x80656D) is known color: Empress. HEX triplet: 80, 65 and 6D. RGB value is (128,101,109). Sum of RGB (Red+Green+Blue) = 128+101+109=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80656D is #7F9A92. Grayscale: #6D6D6D. Windows color (decimal): -8362643 or 7169408. OLE color: 7169408.

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

Color convert

RGB 128 101 109 -
CMYK 0 0.21 0.15 0.50
HSL 342.22º 0.12% 0.45% -
HSV(B) 342.22º 0.21% 0.5% -
XYZ 16.32 15 16.5 -
YUV 109.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 128 101 109 0 0.21 0.15 0.50 342.22 0.12 0.45
Hex 80 65 6D 0 15 F 32 156 C 2D
Octal 200 145 155 0 25 17 62 526 14 55
Binary 10000000 1100101 1101101 0 10101 1111 110010 101010110 1100 101101

Color Harmonies of #80656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80656D

Black with #80656D

Text Example


Text Example

White with #80656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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