#797787

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

Shades of Topaz #797787

Tints of Topaz #797787

Color information

#797787 (or 0x797787) is unknown color: approx Topaz. HEX triplet: 79, 77 and 87. RGB value is (121,119,135). Sum of RGB (Red+Green+Blue) = 121+119+135=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: blue. Hex color #797787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797787 is #868878. Grayscale: #797979. Windows color (decimal): -8816761 or 8877945. OLE color: 8877945.

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

Color convert

RGB121119135-
CMYK0.100.1200.47
HSL247.5º6.3%49.8%-
HSV(B)247.5º11.85%52.94%-
XYZ18.8619.0125.6-
YUV121.42135.66127.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 135 (53.12% from 255) = 36%
R=32.27%
G=31.73%
B=36%

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
Decimal1211191350.100.1200.47247.56.349.8
Hex797787AC02Ff8632
Octal1711672071214057370662
Binary111100111101111000011110101100010111111111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797787; }

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

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

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

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

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

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

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

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