#7C7590

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

Shades of Topaz #7C7590

Tints of Topaz #7C7590

Color information

#7C7590 (or 0x7C7590) is unknown color: approx Topaz. HEX triplet: 7C, 75 and 90. RGB value is (124,117,144). Sum of RGB (Red+Green+Blue) = 124+117+144=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C7590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7590 is #838A6F. Grayscale: #7A7A7A. Windows color (decimal): -8620656 or 9467260. OLE color: 9467260.

HSL color Cylindrical-coordinate representation of color #7C7590: hue angle of 255.56º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C7590 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB124117144-
CMYK0.140.1900.44
HSL255.56º10.84%51.18%-
HSV(B)255.56º18.75%56.47%-
XYZ19.7119.0229.02-
YUV122.17140.32129.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.21%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=32.21%
G=30.39%
B=37.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241171440.140.1900.44255.5610.8451.18
Hex7C7590E1302C100b33
Octal17416522016230544001363
Binary111110011101011001000011101001101011001000000001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,144); }

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

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

 a { background-color: rgb(124,117,144); }

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

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

 span { border-color: rgb(124,117,144); }

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