#7A6E8B

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

Shades of Topaz #7A6E8B

Tints of Topaz #7A6E8B

Color information

#7A6E8B (or 0x7A6E8B) is unknown color: approx Topaz. HEX triplet: 7A, 6E and 8B. RGB value is (122,110,139). Sum of RGB (Red+Green+Blue) = 122+110+139=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A6E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6E8B is #859174. Grayscale: #747474. Windows color (decimal): -8753525 or 9137786. OLE color: 9137786.

HSL color Cylindrical-coordinate representation of color #7A6E8B: hue angle of 264.83º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6E8B is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB122110139-
CMYK0.120.2100.45
HSL264.83º11.65%48.82%-
HSV(B)264.83º20.86%54.51%-
XYZ18.2617.1526.77-
YUV116.89140.48131.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.88%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=32.88%
G=29.65%
B=37.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221101390.120.2100.45264.8311.6548.82
Hex7A6E8BC1502D109c31
Octal17215621314250554111461
Binary111101011011101000101111001010101011011000010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,139); }

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

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

 a { background-color: rgb(122,110,139); }

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

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

 span { border-color: rgb(122,110,139); }

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