#797681

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

Shades of Topaz #797681

Tints of Topaz #797681

Color information

#797681 (or 0x797681) is unknown color: approx Topaz. HEX triplet: 79, 76 and 81. RGB value is (121,118,129). Sum of RGB (Red+Green+Blue) = 121+118+129=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 129 - color contains mainly: blue. Hex color #797681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797681 is #86897E. Grayscale: #787878. Windows color (decimal): -8817023 or 8484473. OLE color: 8484473.

HSL color Cylindrical-coordinate representation of color #797681: hue angle of 256.36º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #797681 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB121118129-
CMYK0.060.0900.49
HSL256.36º4.45%48.43%-
HSV(B)256.36º8.53%50.59%-
XYZ18.3318.6123.39-
YUV120.15132.99128.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.88%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=32.88%
G=32.07%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211181290.060.0900.49256.364.4548.43
Hex79768169031100430
Octal171166201611061400460
Binary111100111101101000000111010010110001100000000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797681; }

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

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

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

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

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

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

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

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