#7A7688

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

Shades of Topaz #7A7688

Tints of Topaz #7A7688

Color information

#7A7688 (or 0x7A7688) is unknown color: approx Topaz. HEX triplet: 7A, 76 and 88. RGB value is (122,118,136). Sum of RGB (Red+Green+Blue) = 122+118+136=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A7688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7688 is #858977. Grayscale: #797979. Windows color (decimal): -8751480 or 8943226. OLE color: 8943226.

HSL color Cylindrical-coordinate representation of color #7A7688: hue angle of 253.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A7688 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB122118136-
CMYK0.100.1300.47
HSL253.33º7.09%49.8%-
HSV(B)253.33º13.24%53.33%-
XYZ18.9518.8725.94-
YUV121.25136.33128.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.45%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=32.45%
G=31.38%
B=36.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221181360.100.1300.47253.337.0949.8
Hex7A7688AD02Ffd732
Octal1721662101215057375762
Binary111101011101101000100010101101010111111111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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