#7A718D

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

Shades of Topaz #7A718D

Tints of Topaz #7A718D

Color information

#7A718D (or 0x7A718D) is unknown color: approx Topaz. HEX triplet: 7A, 71 and 8D. RGB value is (122,113,141). Sum of RGB (Red+Green+Blue) = 122+113+141=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A718D is #858E72. Grayscale: #767676. Windows color (decimal): -8752755 or 9269626. OLE color: 9269626.

HSL color Cylindrical-coordinate representation of color #7A718D: hue angle of 259.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A718D is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB122113141-
CMYK0.130.2000.45
HSL259.29º11.02%49.8%-
HSV(B)259.29º19.86%55.29%-
XYZ18.7417.8727.66-
YUV118.88140.48130.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.45%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=32.45%
G=30.05%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221131410.130.2000.45259.2911.0249.8
Hex7A718DD1402D103b32
Octal17216121515240554031362
Binary111101011100011000110111011010001011011000000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,141); }

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

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

 a { background-color: rgb(122,113,141); }

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

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

 span { border-color: rgb(122,113,141); }

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