Html Css Color HEX #807992 Topaz

📋 copy color: '#807992'

red 128 ◦ green 121 ◦ blue 146

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

Shades of Topaz #807992

Tints of Topaz #807992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 32.41%
G = 30.63%
B = 36.96%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#807992 (or 0x807992) is known color: Topaz. HEX triplet: 80, 79 and 92. RGB value is (128,121,146). Sum of RGB (Red+Green+Blue) = 128+121+146=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #807992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807992 is #7F866D. Grayscale: #7D7D7D. Windows color (decimal): -8357486 or 9599360. OLE color: 9599360.

HSL color Cylindrical-coordinate representation of color #807992: hue angle of 256.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #807992 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 121 146 -
CMYK 0.12 0.17 0 0.43
HSL 256.8º 0.1% 0.52% -
HSV(B) 256.8º 0.17% 0.57% -
XYZ 20.93 20.34 30.02 -
YUV 125.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 128 121 146 0.12 0.17 0 0.43 256.8 0.1 0.52
Hex 80 79 92 C 11 0 2B 101 A 34
Octal 200 171 222 14 21 0 53 401 12 64
Binary 10000000 1111001 10010010 1100 10001 0 101011 100000001 1010 110100

Color Harmonies of #807992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807992

Black with #807992

Text Example


Text Example

White with #807992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807992; }

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

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

background-color css

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

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

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

border-color css

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

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

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