#807992

Color #807992 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #807992

Tints of Topaz #807992

Color information

#807992 (or 0x807992) is unknown color: approx 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

RGB128121146-
CMYK0.120.1700.43
HSL256.8º10.29%52.35%-
HSV(B)256.8º17.12%57.25%-
XYZ20.9320.3430.02-
YUV125.94139.32129.47-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281211460.120.1700.43256.810.2952.35
Hex807992C1102B101a34
Octal20017122214210534011264
Binary1000000011110011001001011001000101010111000000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>