#7A7684

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

Shades of Topaz #7A7684

Tints of Topaz #7A7684

Color information

#7A7684 (or 0x7A7684) is unknown color: approx Topaz. HEX triplet: 7A, 76 and 84. RGB value is (122,118,132). Sum of RGB (Red+Green+Blue) = 122+118+132=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A7684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7684 is #85897B. Grayscale: #787878. Windows color (decimal): -8751484 or 8681082. OLE color: 8681082.

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

Color convert

RGB122118132-
CMYK0.080.1100.48
HSL257.14º5.6%49.02%-
HSV(B)257.14º10.61%51.76%-
XYZ18.6718.7624.47-
YUV120.79134.33128.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.80%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=32.80%
G=31.72%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221181320.080.1100.48257.145.649.02
Hex7A76848B030101631
Octal1721662041013060401661
Binary1111010111011010000100100010110110000100000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,132); }

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

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

 a { background-color: rgb(122,118,132); }

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

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

 span { border-color: rgb(122,118,132); }

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