#7F7390

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

Shades of Topaz #7F7390

Tints of Topaz #7F7390

Color information

#7F7390 (or 0x7F7390) is unknown color: approx Topaz. HEX triplet: 7F, 73 and 90. RGB value is (127,115,144). Sum of RGB (Red+Green+Blue) = 127+115+144=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 115 (45.31% from 255 or 29.79% 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 #7F7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7390 is #808C6F. Grayscale: #797979. Windows color (decimal): -8424560 or 9466751. OLE color: 9466751.

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

Color convert

RGB127115144-
CMYK0.120.2000.44
HSL264.83º11.55%50.78%-
HSV(B)264.83º20.14%56.47%-
XYZ19.9218.7928.96-
YUV121.89140.48131.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.90%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=32.90%
G=29.79%
B=37.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271151440.120.2000.44264.8311.5550.78
Hex7F7390C1402C109c33
Octal17716322014240544111463
Binary111111111100111001000011001010001011001000010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,144); }

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

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

 a { background-color: rgb(127,115,144); }

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

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

 span { border-color: rgb(127,115,144); }

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