#796E87

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

Shades of Topaz #796E87

Tints of Topaz #796E87

Color information

#796E87 (or 0x796E87) is unknown color: approx Topaz. HEX triplet: 79, 6E and 87. RGB value is (121,110,135). Sum of RGB (Red+Green+Blue) = 121+110+135=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #796E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E87 is #869178. Grayscale: #747474. Windows color (decimal): -8819065 or 8875641. OLE color: 8875641.

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

Color convert

RGB121110135-
CMYK0.100.1900.47
HSL266.4º10.2%48.04%-
HSV(B)266.4º18.52%52.94%-
XYZ17.8316.9725.26-
YUV116.14138.64131.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.06%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=33.06%
G=30.05%
B=36.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211101350.100.1900.47266.410.248.04
Hex796E87A1302F10aa30
Octal17115620712230574121260
Binary111100111011101000011110101001101011111000010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796E87; }

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

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

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

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

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

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

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

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