#7E6E8B

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

Shades of Topaz #7E6E8B

Tints of Topaz #7E6E8B

Color information

#7E6E8B (or 0x7E6E8B) is unknown color: approx Topaz. HEX triplet: 7E, 6E and 8B. RGB value is (126,110,139). Sum of RGB (Red+Green+Blue) = 126+110+139=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E6E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6E8B is #819174. Grayscale: #757575. Windows color (decimal): -8491381 or 9137790. OLE color: 9137790.

HSL color Cylindrical-coordinate representation of color #7E6E8B: hue angle of 273.1º 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 #7E6E8B is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB126110139-
CMYK0.090.2100.45
HSL273.1º11.65%48.82%-
HSV(B)273.1º20.86%54.51%-
XYZ18.8417.4526.8-
YUV118.09139.8133.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.6%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=33.6%
G=29.33%
B=37.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261101390.090.2100.45273.111.6548.82
Hex7E6E8B91502D111c31
Octal17615621311250554211461
Binary111111011011101000101110011010101011011000100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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