#7E6891

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

Shades of Topaz #7E6891

Tints of Topaz #7E6891

Color information

#7E6891 (or 0x7E6891) is unknown color: approx Topaz. HEX triplet: 7E, 68 and 91. RGB value is (126,104,145). Sum of RGB (Red+Green+Blue) = 126+104+145=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E6891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6891 is #81976E. Grayscale: #737373. Windows color (decimal): -8492911 or 9529470. OLE color: 9529470.

HSL color Cylindrical-coordinate representation of color #7E6891: hue angle of 272.2º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E6891 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB126104145-
CMYK0.130.2800.43
HSL272.2º16.47%48.82%-
HSV(B)272.2º28.28%56.86%-
XYZ18.6716.3828.97-
YUV115.25144.79135.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.6%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=33.6%
G=27.73%
B=38.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1261041450.130.2800.43272.216.4748.82
Hex7E6891D1C02B1101031
Octal17615022115340534202061
Binary1111110110100010010001110111100010101110001000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,104,145); }

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

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

 a { background-color: rgb(126,104,145); }

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

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

 span { border-color: rgb(126,104,145); }

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