Html Css Color HEX #80728A Topaz

📋 copy color: '#80728A'

red 128 ◦ green 114 ◦ blue 138

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

Shades of Topaz #80728A

Tints of Topaz #80728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 33.68%
G = 30%
B = 36.32%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#80728A (or 0x80728A) is known color: Topaz. HEX triplet: 80, 72 and 8A. RGB value is (128,114,138). Sum of RGB (Red+Green+Blue) = 128+114+138=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #80728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80728A is #7F8D75. Grayscale: #787878. Windows color (decimal): -8359286 or 9073280. OLE color: 9073280.

HSL color Cylindrical-coordinate representation of color #80728A: hue angle of 275º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80728A is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 114 138 -
CMYK 0.07 0.17 0 0.46
HSL 275º 0.1% 0.49% -
HSV(B) 275º 0.17% 0.54% -
XYZ 19.51 18.46 26.58 -
YUV 120.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 128 114 138 0.07 0.17 0 0.46 275 0.1 0.49
Hex 80 72 8A 7 11 0 2E 113 A 31
Octal 200 162 212 7 21 0 56 423 12 61
Binary 10000000 1110010 10001010 111 10001 0 101110 100010011 1010 110001

Color Harmonies of #80728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80728A

Black with #80728A

Text Example


Text Example

White with #80728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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