Html Css Color HEX #80728E Topaz

📋 copy color: '#80728E'

red 128 ◦ green 114 ◦ blue 142

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

Shades of Topaz #80728E

Tints of Topaz #80728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 33.33%
G = 29.69%
B = 36.98%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80728E (or 0x80728E) is known color: Topaz. HEX triplet: 80, 72 and 8E. RGB value is (128,114,142). Sum of RGB (Red+Green+Blue) = 128+114+142=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #80728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80728E is #7F8D71. Grayscale: #797979. Windows color (decimal): -8359282 or 9335424. OLE color: 9335424.

HSL color Cylindrical-coordinate representation of color #80728E: hue angle of 270º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80728E is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 114 142 -
CMYK 0.10 0.20 0 0.44
HSL 270º 0.11% 0.5% -
HSV(B) 270º 0.2% 0.56% -
XYZ 19.8 18.58 28.13 -
YUV 121.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 128 114 142 0.10 0.20 0 0.44 270 0.11 0.5
Hex 80 72 8E A 14 0 2C 10E B 32
Octal 200 162 216 12 24 0 54 416 13 62
Binary 10000000 1110010 10001110 1010 10100 0 101100 100001110 1011 110010

Color Harmonies of #80728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80728E

Black with #80728E

Text Example


Text Example

White with #80728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,114,142); }

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

background-color css

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

 a { background-color: rgb(128,114,142); }

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

border-color css

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

 span { border-color: rgb(128,114,142); }

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