Html Css Color HEX #80696D Empress

📋 copy color: '#80696D'

red 128 ◦ green 105 ◦ blue 109

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

Shades of Empress #80696D

Tints of Empress #80696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 37.43%
G = 30.7%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80696D (or 0x80696D) is known color: Empress. HEX triplet: 80, 69 and 6D. RGB value is (128,105,109). Sum of RGB (Red+Green+Blue) = 128+105+109=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #80696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80696D is #7F9692. Grayscale: #707070. Windows color (decimal): -8361619 or 7170432. OLE color: 7170432.

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

Color convert

RGB 128 105 109 -
CMYK 0 0.18 0.15 0.50
HSL 349.57º 0.1% 0.46% -
HSV(B) 349.57º 0.18% 0.5% -
XYZ 16.71 15.8 16.64 -
YUV 112.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 128 105 109 0 0.18 0.15 0.50 349.57 0.1 0.46
Hex 80 69 6D 0 12 F 32 15E A 2E
Octal 200 151 155 0 22 17 62 536 12 56
Binary 10000000 1101001 1101101 0 10010 1111 110010 101011110 1010 101110

Color Harmonies of #80696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80696D

Black with #80696D

Text Example


Text Example

White with #80696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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