#7A787C

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

Shades of Topaz #7A787C

Tints of Topaz #7A787C

Color information

#7A787C (or 0x7A787C) is unknown color: approx Topaz. HEX triplet: 7A, 78 and 7C. RGB value is (122,120,124). Sum of RGB (Red+Green+Blue) = 122+120+124=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A787C is #858783. Grayscale: #797979. Windows color (decimal): -8750980 or 8157306. OLE color: 8157306.

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

Color convert

RGB122120124-
CMYK0.020.0300.51
HSL270º1.64%47.84%-
HSV(B)270º3.23%48.63%-
XYZ18.3819.0321.77-
YUV121.05129.66128.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=33.33%
G=32.79%
B=33.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1221201240.020.0300.512701.6447.84
Hex7A787C2303310e230
Octal17217017423063416260
Binary1111010111100011111001011011001110000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A787C; }

 p { color: rgb(122,120,124); }

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

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

 a { background-color: rgb(122,120,124); }

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

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

 span { border-color: rgb(122,120,124); }

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