#7C7391

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

Shades of Topaz #7C7391

Tints of Topaz #7C7391

Color information

#7C7391 (or 0x7C7391) is unknown color: approx Topaz. HEX triplet: 7C, 73 and 91. RGB value is (124,115,145). Sum of RGB (Red+Green+Blue) = 124+115+145=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C7391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7391 is #838C6E. Grayscale: #787878. Windows color (decimal): -8621167 or 9532284. OLE color: 9532284.

HSL color Cylindrical-coordinate representation of color #7C7391: hue angle of 258º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7391 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB124115145-
CMYK0.140.2100.43
HSL258º12%50.98%-
HSV(B)258º20.69%56.86%-
XYZ19.5518.5929.35-
YUV121.11141.48130.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.29%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=32.29%
G=29.95%
B=37.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1241151450.140.2100.432581250.98
Hex7C7391E1502B102c33
Octal17416322116250534021463
Binary111110011100111001000111101010101010111000000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,115,145); }

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

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

 a { background-color: rgb(124,115,145); }

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

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

 span { border-color: rgb(124,115,145); }

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