Html Css Color HEX #80798A Topaz

📋 copy color: '#80798A'

red 128 ◦ green 121 ◦ blue 138

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

Shades of Topaz #80798A

Tints of Topaz #80798A

RGB

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

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

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

R = 33.07%
G = 31.27%
B = 35.66%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#80798A (or 0x80798A) is known color: Topaz. HEX triplet: 80, 79 and 8A. RGB value is (128,121,138). Sum of RGB (Red+Green+Blue) = 128+121+138=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #80798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80798A is #7F8675. Grayscale: #7C7C7C. Windows color (decimal): -8357494 or 9075072. OLE color: 9075072.

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

Color convert

RGB 128 121 138 -
CMYK 0.07 0.12 0 0.46
HSL 264.71º 0.07% 0.51% -
HSV(B) 264.71º 0.12% 0.54% -
XYZ 20.33 20.1 26.85 -
YUV 125.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 128 121 138 0.07 0.12 0 0.46 264.71 0.07 0.51
Hex 80 79 8A 7 C 0 2E 109 7 33
Octal 200 171 212 7 14 0 56 411 7 63
Binary 10000000 1111001 10001010 111 1100 0 101110 100001001 111 110011

Color Harmonies of #80798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80798A

Black with #80798A

Text Example


Text Example

White with #80798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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