#797186

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

Shades of Topaz #797186

Tints of Topaz #797186

Color information

#797186 (or 0x797186) is unknown color: approx Topaz. HEX triplet: 79, 71 and 86. RGB value is (121,113,134). Sum of RGB (Red+Green+Blue) = 121+113+134=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: blue. Hex color #797186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797186 is #868E79. Grayscale: #757575. Windows color (decimal): -8818298 or 8810873. OLE color: 8810873.

HSL color Cylindrical-coordinate representation of color #797186: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #797186 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB121113134-
CMYK0.100.1600.47
HSL262.86º8.5%48.43%-
HSV(B)262.86º15.67%52.55%-
XYZ18.0917.625-
YUV117.79137.15130.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.88%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=32.88%
G=30.71%
B=36.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211131340.100.1600.47262.868.548.43
Hex797186A1002F107930
Octal17116120612200574071160
Binary111100111100011000011010101000001011111000001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797186; }

 p { color: rgb(121,113,134); }

 H1.HeaderClassName
 {
   color: #797186;
 }
 .AnyTagClassName
 {
   color: #797186;
 }
</style>
background-color css

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

 a { background-color: rgb(121,113,134); }

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

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

 span { border-color: rgb(121,113,134); }

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