#7F7090

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

Shades of Topaz #7F7090

Tints of Topaz #7F7090

Color information

#7F7090 (or 0x7F7090) is unknown color: approx Topaz. HEX triplet: 7F, 70 and 90. RGB value is (127,112,144). Sum of RGB (Red+Green+Blue) = 127+112+144=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F7090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7090 is #808F6F. Grayscale: #787878. Windows color (decimal): -8425328 or 9465983. OLE color: 9465983.

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

Color convert

RGB127112144-
CMYK0.120.2200.44
HSL268.12º12.6%50.2%-
HSV(B)268.12º22.22%56.47%-
XYZ19.5818.1128.85-
YUV120.13141.47132.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.16%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=33.16%
G=29.24%
B=37.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271121440.120.2200.44268.1212.650.2
Hex7F7090C1602C10cd32
Octal17716022014260544141562
Binary111111111100001001000011001011001011001000011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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