#7D7090

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

Shades of Topaz #7D7090

Tints of Topaz #7D7090

Color information

#7D7090 (or 0x7D7090) is unknown color: approx Topaz. HEX triplet: 7D, 70 and 90. RGB value is (125,112,144). Sum of RGB (Red+Green+Blue) = 125+112+144=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D7090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7090 is #828F6F. Grayscale: #777777. Windows color (decimal): -8556400 or 9465981. OLE color: 9465981.

HSL color Cylindrical-coordinate representation of color #7D7090: hue angle of 264.38º degrees, saturation: 0.13, 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 #7D7090 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB125112144-
CMYK0.130.2200.44
HSL264.38º12.6%50.2%-
HSV(B)264.38º22.22%56.47%-
XYZ19.2917.9628.84-
YUV119.54141.81131.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=32.81%
G=29.40%
B=37.80%

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
Decimal1251121440.130.2200.44264.3812.650.2
Hex7D7090D1602C108d32
Octal17516022015260544101562
Binary111110111100001001000011011011001011001000010001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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