#797686

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

Shades of Topaz #797686

Tints of Topaz #797686

Color information

#797686 (or 0x797686) is unknown color: approx Topaz. HEX triplet: 79, 76 and 86. RGB value is (121,118,134). Sum of RGB (Red+Green+Blue) = 121+118+134=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 134 - color contains mainly: blue. Hex color #797686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797686 is #868979. Grayscale: #787878. Windows color (decimal): -8817018 or 8812153. OLE color: 8812153.

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

Color convert

RGB121118134-
CMYK0.100.1200.47
HSL251.25º6.35%49.41%-
HSV(B)251.25º11.94%52.55%-
XYZ18.6718.7425.19-
YUV120.72135.49128.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.44%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=32.44%
G=31.64%
B=35.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211181340.100.1200.47251.256.3549.41
Hex797686AC02Ffb631
Octal1711662061214057373661
Binary111100111101101000011010101100010111111111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797686; }

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

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

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

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

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

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

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

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