Html Css Color HEX #80798C Topaz

📋 copy color: '#80798C'

red 128 ◦ green 121 ◦ blue 140

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

Shades of Topaz #80798C

Tints of Topaz #80798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 32.9%
G = 31.11%
B = 35.99%

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

#80798C (or 0x80798C) is known color: Topaz. HEX triplet: 80, 79 and 8C. RGB value is (128,121,140). Sum of RGB (Red+Green+Blue) = 128+121+140=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #80798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80798C is #7F8673. Grayscale: #7D7D7D. Windows color (decimal): -8357492 or 9206144. OLE color: 9206144.

HSL color Cylindrical-coordinate representation of color #80798C: hue angle of 262.11º 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 #80798C is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 121 140 -
CMYK 0.09 0.14 0 0.45
HSL 262.11º 0.08% 0.51% -
HSV(B) 262.11º 0.14% 0.55% -
XYZ 20.47 20.16 27.62 -
YUV 125.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 128 121 140 0.09 0.14 0 0.45 262.11 0.08 0.51
Hex 80 79 8C 9 E 0 2D 106 8 33
Octal 200 171 214 11 16 0 55 406 10 63
Binary 10000000 1111001 10001100 1001 1110 0 101101 100000110 1000 110011

Color Harmonies of #80798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80798C

Black with #80798C

Text Example


Text Example

White with #80798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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