Html Css Color HEX #80798D Topaz

📋 copy color: '#80798D'

red 128 ◦ green 121 ◦ blue 141

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

Shades of Topaz #80798D

Tints of Topaz #80798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 32.82%
G = 31.03%
B = 36.15%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80798D (or 0x80798D) is known color: Topaz. HEX triplet: 80, 79 and 8D. RGB value is (128,121,141). Sum of RGB (Red+Green+Blue) = 128+121+141=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #80798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80798D is #7F8672. Grayscale: #7D7D7D. Windows color (decimal): -8357491 or 9271680. OLE color: 9271680.

HSL color Cylindrical-coordinate representation of color #80798D: hue angle of 261º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80798D is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 121 141 -
CMYK 0.09 0.14 0 0.45
HSL 261º 0.08% 0.51% -
HSV(B) 261º 0.14% 0.55% -
XYZ 20.55 20.19 28.01 -
YUV 125.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 128 121 141 0.09 0.14 0 0.45 261 0.08 0.51
Hex 80 79 8D 9 E 0 2D 105 8 33
Octal 200 171 215 11 16 0 55 405 10 63
Binary 10000000 1111001 10001101 1001 1110 0 101101 100000101 1000 110011

Color Harmonies of #80798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80798D

Black with #80798D

Text Example


Text Example

White with #80798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80798D; }

 p { color: rgb(128,121,141); }

 H1.HeaderClassName
 {
   color: #80798D;
 }
 .AnyTagClassName
 {
   color: #80798D;
 }
</style>

background-color css

<style>
 a { background-color: #80798D; }

 a { background-color: rgb(128,121,141); }

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

border-color css

<style>
 span { border-color: #80798D; }

 span { border-color: rgb(128,121,141); }

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