#7F6668

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

Shades of Empress #7F6668

Tints of Empress #7F6668

Color information

#7F6668 (or 0x7F6668) is unknown color: approx Empress. HEX triplet: 7F, 66 and 68. RGB value is (127,102,104). Sum of RGB (Red+Green+Blue) = 127+102+104=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6668 is #809997. Grayscale: #6D6D6D. Windows color (decimal): -8427928 or 6841983. OLE color: 6841983.

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

Color convert

RGB127102104-
CMYK00.200.180.50
HSL355.2º10.92%44.9%-
HSV(B)355.2º19.69%49.8%-
XYZ1615.0115.15-
YUV109.7124.78140.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=38.14%
G=30.63%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710210400.200.180.50355.210.9244.9
Hex7F66680141232163b2d
Octal17714615002422625431355
Binary111111111001101101000010100100101100101011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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