#7F6466

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

Shades of Empress #7F6466

Tints of Empress #7F6466

Color information

#7F6466 (or 0x7F6466) is unknown color: approx Empress. HEX triplet: 7F, 64 and 66. RGB value is (127,100,102). Sum of RGB (Red+Green+Blue) = 127+100+102=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6466 is #809B99. Grayscale: #6C6C6C. Windows color (decimal): -8428442 or 6710399. OLE color: 6710399.

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

Color convert

RGB127100102-
CMYK00.210.200.50
HSL355.56º11.89%44.51%-
HSV(B)355.56º21.26%49.8%-
XYZ15.7114.5914.56-
YUV108.3124.45141.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.60%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=38.60%
G=30.40%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710010200.210.200.50355.5611.8944.51
Hex7F64660151432164c2d
Octal17714414602524625441455
Binary111111111001001100110010101101001100101011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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