#7A797B

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

Shades of Topaz #7A797B

Tints of Topaz #7A797B

Color information

#7A797B (or 0x7A797B) is unknown color: approx Topaz. HEX triplet: 7A, 79 and 7B. RGB value is (122,121,123). Sum of RGB (Red+Green+Blue) = 122+121+123=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A797B is #858684. Grayscale: #797979. Windows color (decimal): -8750725 or 8092026. OLE color: 8092026.

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

Color convert

RGB122121123-
CMYK0.010.0200.52
HSL270º0.82%47.84%-
HSV(B)270º1.63%48.24%-
XYZ18.4419.2421.48-
YUV121.53128.83128.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=33.33%
G=33.06%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221211230.010.0200.522700.8247.84
Hex7A797B1203410e130
Octal17217117312064416160
Binary11110101111001111101111001101001000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,121,123); }

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

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

 a { background-color: rgb(122,121,123); }

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

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

 span { border-color: rgb(122,121,123); }

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