#7F7290

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

Shades of Topaz #7F7290

Tints of Topaz #7F7290

Color information

#7F7290 (or 0x7F7290) is unknown color: approx Topaz. HEX triplet: 7F, 72 and 90. RGB value is (127,114,144). Sum of RGB (Red+Green+Blue) = 127+114+144=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 114 (44.92% from 255 or 29.61% 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 #7F7290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7290 is #808D6F. Grayscale: #797979. Windows color (decimal): -8424816 or 9466495. OLE color: 9466495.

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

Color convert

RGB127114144-
CMYK0.120.2100.44
HSL266º11.9%50.59%-
HSV(B)266º20.83%56.47%-
XYZ19.818.5628.92-
YUV121.31140.81132.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.99%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=32.99%
G=29.61%
B=37.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271141440.120.2100.4426611.950.59
Hex7F7290C1502C10ac33
Octal17716222014250544121463
Binary111111111100101001000011001010101011001000010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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