#7C7690

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

Shades of Topaz #7C7690

Tints of Topaz #7C7690

Color information

#7C7690 (or 0x7C7690) is unknown color: approx Topaz. HEX triplet: 7C, 76 and 90. RGB value is (124,118,144). Sum of RGB (Red+Green+Blue) = 124+118+144=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C7690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7690 is #83896F. Grayscale: #7A7A7A. Windows color (decimal): -8620400 or 9467516. OLE color: 9467516.

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

Color convert

RGB124118144-
CMYK0.140.1800.44
HSL253.85º10.48%51.37%-
HSV(B)253.85º18.06%56.47%-
XYZ19.8219.2629.06-
YUV122.76139.99128.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.12%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=32.12%
G=30.57%
B=37.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1241181440.140.1800.44253.8510.4851.37
Hex7C7690E1202Cfea33
Octal17416622016220543761263
Binary11111001110110100100001110100100101100111111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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