#7F6871

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

Shades of Empress #7F6871

Tints of Empress #7F6871

Color information

#7F6871 (or 0x7F6871) is unknown color: approx Empress. HEX triplet: 7F, 68 and 71. RGB value is (127,104,113). Sum of RGB (Red+Green+Blue) = 127+104+113=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6871 is #80978E. Grayscale: #6F6F6F. Windows color (decimal): -8427407 or 7432319. OLE color: 7432319.

HSL color Cylindrical-coordinate representation of color #7F6871: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F6871 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB127104113-
CMYK00.180.110.50
HSL336.52º9.96%45.29%-
HSV(B)336.52º18.11%49.8%-
XYZ16.6815.617.76-
YUV111.9128.62138.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.92%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=36.92%
G=30.23%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710411300.180.110.50336.529.9645.29
Hex7F6871012B32151a2d
Octal17715016102213625211255
Binary11111111101000111000101001010111100101010100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,104,113); }

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

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

 a { background-color: rgb(127,104,113); }

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

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

 span { border-color: rgb(127,104,113); }

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