Html Css Color HEX #80798B Topaz

📋 copy color: '#80798B'

red 128 ◦ green 121 ◦ blue 139

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

Shades of Topaz #80798B

Tints of Topaz #80798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 32.99%
G = 31.19%
B = 35.82%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80798B (or 0x80798B) is known color: Topaz. HEX triplet: 80, 79 and 8B. RGB value is (128,121,139). Sum of RGB (Red+Green+Blue) = 128+121+139=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #80798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80798B is #7F8674. Grayscale: #7D7D7D. Windows color (decimal): -8357493 or 9140608. OLE color: 9140608.

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

Color convert

RGB 128 121 139 -
CMYK 0.08 0.13 0 0.45
HSL 263.33º 0.07% 0.51% -
HSV(B) 263.33º 0.13% 0.55% -
XYZ 20.4 20.13 27.24 -
YUV 125.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 128 121 139 0.08 0.13 0 0.45 263.33 0.07 0.51
Hex 80 79 8B 8 D 0 2D 107 7 33
Octal 200 171 213 10 15 0 55 407 7 63
Binary 10000000 1111001 10001011 1000 1101 0 101101 100000111 111 110011

Color Harmonies of #80798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80798B

Black with #80798B

Text Example


Text Example

White with #80798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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