#7E728D

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

Shades of Topaz #7E728D

Tints of Topaz #7E728D

Color information

#7E728D (or 0x7E728D) is unknown color: approx Topaz. HEX triplet: 7E, 72 and 8D. RGB value is (126,114,141). Sum of RGB (Red+Green+Blue) = 126+114+141=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E728D is #818D72. Grayscale: #787878. Windows color (decimal): -8490355 or 9269886. OLE color: 9269886.

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

Color convert

RGB126114141-
CMYK0.110.1900.45
HSL266.67º10.59%50%-
HSV(B)266.67º19.15%55.29%-
XYZ19.4318.3927.73-
YUV120.67139.48131.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.07%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=33.07%
G=29.92%
B=37.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261141410.110.1900.45266.6710.5950
Hex7E728DB1302D10bb32
Octal17616221513230554131362
Binary111111011100101000110110111001101011011000010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,114,141); }

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

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

 a { background-color: rgb(126,114,141); }

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

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

 span { border-color: rgb(126,114,141); }

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