#7D7190

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

Shades of Topaz #7D7190

Tints of Topaz #7D7190

Color information

#7D7190 (or 0x7D7190) is unknown color: approx Topaz. HEX triplet: 7D, 71 and 90. RGB value is (125,113,144). Sum of RGB (Red+Green+Blue) = 125+113+144=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D7190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7190 is #828E6F. Grayscale: #787878. Windows color (decimal): -8556144 or 9466237. OLE color: 9466237.

HSL color Cylindrical-coordinate representation of color #7D7190: hue angle of 263.23º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D7190 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB125113144-
CMYK0.130.2200.44
HSL263.23º12.25%50.39%-
HSV(B)263.23º21.53%56.47%-
XYZ19.418.1828.87-
YUV120.12141.48131.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=32.72%
G=29.58%
B=37.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251131440.130.2200.44263.2312.2550.39
Hex7D7190D1602C107c32
Octal17516122015260544071462
Binary111110111100011001000011011011001011001000001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,144); }

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

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

 a { background-color: rgb(125,113,144); }

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

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

 span { border-color: rgb(125,113,144); }

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