#7F7091

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

Shades of Topaz #7F7091

Tints of Topaz #7F7091

Color information

#7F7091 (or 0x7F7091) is unknown color: approx Topaz. HEX triplet: 7F, 70 and 91. RGB value is (127,112,145). Sum of RGB (Red+Green+Blue) = 127+112+145=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 112 (44.14% from 255 or 29.17% 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 #7F7091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7091 is #808F6E. Grayscale: #787878. Windows color (decimal): -8425327 or 9531519. OLE color: 9531519.

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

Color convert

RGB127112145-
CMYK0.120.2300.43
HSL267.27º13.04%50.39%-
HSV(B)267.27º22.76%56.86%-
XYZ19.6618.1429.25-
YUV120.25141.97132.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.07%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=33.07%
G=29.17%
B=37.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271121450.120.2300.43267.2713.0450.39
Hex7F7091C1702B10bd32
Octal17716022114270534131562
Binary111111111100001001000111001011101010111000010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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