#7A7787

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

Shades of Topaz #7A7787

Tints of Topaz #7A7787

Color information

#7A7787 (or 0x7A7787) is unknown color: approx Topaz. HEX triplet: 7A, 77 and 87. RGB value is (122,119,135). Sum of RGB (Red+Green+Blue) = 122+119+135=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A7787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7787 is #858878. Grayscale: #797979. Windows color (decimal): -8751225 or 8877946. OLE color: 8877946.

HSL color Cylindrical-coordinate representation of color #7A7787: hue angle of 251.25º 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 #7A7787 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB122119135-
CMYK0.100.1200.47
HSL251.25º6.3%49.8%-
HSV(B)251.25º11.85%52.94%-
XYZ1919.0825.6-
YUV121.72135.49128.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.45%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=32.45%
G=31.65%
B=35.90%

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
Decimal1221191350.100.1200.47251.256.349.8
Hex7A7787AC02Ffb632
Octal1721672071214057373662
Binary111101011101111000011110101100010111111111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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