#7A768A

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

Shades of Topaz #7A768A

Tints of Topaz #7A768A

Color information

#7A768A (or 0x7A768A) is unknown color: approx Topaz. HEX triplet: 7A, 76 and 8A. RGB value is (122,118,138). Sum of RGB (Red+Green+Blue) = 122+118+138=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A768A is #858975. Grayscale: #797979. Windows color (decimal): -8751478 or 9074298. OLE color: 9074298.

HSL color Cylindrical-coordinate representation of color #7A768A: hue angle of 252º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A768A is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB122118138-
CMYK0.120.1400.46
HSL252º7.87%50.2%-
HSV(B)252º14.49%54.12%-
XYZ19.0918.9326.69-
YUV121.48137.33128.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=32.28%
G=31.22%
B=36.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1221181380.120.1400.462527.8750.2
Hex7A768ACE02Efc832
Octal17216621214160563741062
Binary1111010111011010001010110011100101110111111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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