#7B728D

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

Shades of Topaz #7B728D

Tints of Topaz #7B728D

Color information

#7B728D (or 0x7B728D) is unknown color: approx Topaz. HEX triplet: 7B, 72 and 8D. RGB value is (123,114,141). Sum of RGB (Red+Green+Blue) = 123+114+141=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B728D is #848D72. Grayscale: #777777. Windows color (decimal): -8686963 or 9269883. OLE color: 9269883.

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

Color convert

RGB123114141-
CMYK0.130.1900.45
HSL260º10.59%50%-
HSV(B)260º19.15%55.29%-
XYZ18.9918.1727.71-
YUV119.77139.98130.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.54%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=32.54%
G=30.16%
B=37.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231141410.130.1900.4526010.5950
Hex7B728DD1302D104b32
Octal17316221515230554041362
Binary111101111100101000110111011001101011011000001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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