#7A768E

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

Shades of Topaz #7A768E

Tints of Topaz #7A768E

Color information

#7A768E (or 0x7A768E) is unknown color: approx Topaz. HEX triplet: 7A, 76 and 8E. RGB value is (122,118,142). Sum of RGB (Red+Green+Blue) = 122+118+142=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A768E is #858971. Grayscale: #797979. Windows color (decimal): -8751474 or 9336442. OLE color: 9336442.

HSL color Cylindrical-coordinate representation of color #7A768E: hue angle of 250º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A768E is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB122118142-
CMYK0.140.1700.44
HSL250º9.6%50.98%-
HSV(B)250º16.9%55.69%-
XYZ19.3919.0528.25-
YUV121.93139.33128.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.94%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=31.94%
G=30.89%
B=37.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221181420.140.1700.442509.650.98
Hex7A768EE1102Cfaa33
Octal17216621616210543721263
Binary11110101110110100011101110100010101100111110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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