#7F6870

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

Shades of Empress #7F6870

Tints of Empress #7F6870

Color information

#7F6870 (or 0x7F6870) is unknown color: approx Empress. HEX triplet: 7F, 68 and 70. RGB value is (127,104,112). Sum of RGB (Red+Green+Blue) = 127+104+112=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6870 is #80978F. Grayscale: #6F6F6F. Windows color (decimal): -8427408 or 7366783. OLE color: 7366783.

HSL color Cylindrical-coordinate representation of color #7F6870: hue angle of 339.13º 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 #7F6870 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB127104112-
CMYK00.180.120.50
HSL339.13º9.96%45.29%-
HSV(B)339.13º18.11%49.8%-
XYZ16.6315.5817.46-
YUV111.79128.12138.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=37.03%
G=30.32%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710411200.180.120.50339.139.9645.29
Hex7F6870012C32153a2d
Octal17715016002214625231255
Binary11111111101000111000001001011001100101010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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