Html Css Color HEX #80696E Empress

📋 copy color: '#80696E'

red 128 ◦ green 105 ◦ blue 110

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

Shades of Empress #80696E

Tints of Empress #80696E

RGB

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

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

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

R = 37.32%
G = 30.61%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80696E (or 0x80696E) is known color: Empress. HEX triplet: 80, 69 and 6E. RGB value is (128,105,110). Sum of RGB (Red+Green+Blue) = 128+105+110=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #80696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80696E is #7F9691. Grayscale: #707070. Windows color (decimal): -8361618 or 7235968. OLE color: 7235968.

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

Color convert

RGB 128 105 110 -
CMYK 0 0.18 0.14 0.50
HSL 346.96º 0.1% 0.46% -
HSV(B) 346.96º 0.18% 0.5% -
XYZ 16.77 15.82 16.92 -
YUV 112.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 128 105 110 0 0.18 0.14 0.50 346.96 0.1 0.46
Hex 80 69 6E 0 12 E 32 15B A 2E
Octal 200 151 156 0 22 16 62 533 12 56
Binary 10000000 1101001 1101110 0 10010 1110 110010 101011011 1010 101110

Color Harmonies of #80696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80696E

Black with #80696E

Text Example


Text Example

White with #80696E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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