Html Css Color HEX #80696B Empress

📋 copy color: '#80696B'

red 128 ◦ green 105 ◦ blue 107

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

Shades of Empress #80696B

Tints of Empress #80696B

RGB

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

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

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

R = 37.65%
G = 30.88%
B = 31.47%

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

#80696B (or 0x80696B) is known color: Empress. HEX triplet: 80, 69 and 6B. RGB value is (128,105,107). Sum of RGB (Red+Green+Blue) = 128+105+107=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80696B is #7F9694. Grayscale: #707070. Windows color (decimal): -8361621 or 7039360. OLE color: 7039360.

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

Color convert

RGB 128 105 107 -
CMYK 0 0.18 0.16 0.50
HSL 354.78º 0.1% 0.46% -
HSV(B) 354.78º 0.18% 0.5% -
XYZ 16.61 15.75 16.08 -
YUV 112.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 128 105 107 0 0.18 0.16 0.50 354.78 0.1 0.46
Hex 80 69 6B 0 12 10 32 163 A 2E
Octal 200 151 153 0 22 20 62 543 12 56
Binary 10000000 1101001 1101011 0 10010 10000 110010 101100011 1010 101110

Color Harmonies of #80696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80696B

Black with #80696B

Text Example


Text Example

White with #80696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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