Html Css Color HEX #80696C Empress

📋 copy color: '#80696C'

red 128 ◦ green 105 ◦ blue 108

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

Shades of Empress #80696C

Tints of Empress #80696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 37.54%
G = 30.79%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80696C (or 0x80696C) is known color: Empress. HEX triplet: 80, 69 and 6C. RGB value is (128,105,108). Sum of RGB (Red+Green+Blue) = 128+105+108=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80696C is #7F9693. Grayscale: #707070. Windows color (decimal): -8361620 or 7104896. OLE color: 7104896.

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

Color convert

RGB 128 105 108 -
CMYK 0 0.18 0.16 0.50
HSL 352.17º 0.1% 0.46% -
HSV(B) 352.17º 0.18% 0.5% -
XYZ 16.66 15.78 16.35 -
YUV 112.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 128 105 108 0 0.18 0.16 0.50 352.17 0.1 0.46
Hex 80 69 6C 0 12 10 32 160 A 2E
Octal 200 151 154 0 22 20 62 540 12 56
Binary 10000000 1101001 1101100 0 10010 10000 110010 101100000 1010 101110

Color Harmonies of #80696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80696C

Black with #80696C

Text Example


Text Example

White with #80696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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