#797387

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

Shades of Topaz #797387

Tints of Topaz #797387

Color information

#797387 (or 0x797387) is unknown color: approx Topaz. HEX triplet: 79, 73 and 87. RGB value is (121,115,135). Sum of RGB (Red+Green+Blue) = 121+115+135=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #797387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797387 is #868C78. Grayscale: #767676. Windows color (decimal): -8817785 or 8876921. OLE color: 8876921.

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

Color convert

RGB121115135-
CMYK0.100.1500.47
HSL258º8%49.02%-
HSV(B)258º14.81%52.94%-
XYZ18.3918.0825.44-
YUV119.07136.99129.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.61%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=32.61%
G=31.00%
B=36.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211151350.100.1500.47258849.02
Hex797387AF02F102831
Octal17116320712170574021061
Binary11110011110011100001111010111101011111000000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797387; }

 p { color: rgb(121,115,135); }

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

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

 a { background-color: rgb(121,115,135); }

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

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

 span { border-color: rgb(121,115,135); }

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