#7F6366

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

Shades of Empress #7F6366

Tints of Empress #7F6366

Color information

#7F6366 (or 0x7F6366) is unknown color: approx Empress. HEX triplet: 7F, 63 and 66. RGB value is (127,99,102). Sum of RGB (Red+Green+Blue) = 127+99+102=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6366 is #809C99. Grayscale: #6B6B6B. Windows color (decimal): -8428698 or 6710143. OLE color: 6710143.

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

Color convert

RGB12799102-
CMYK00.220.200.50
HSL353.57º12.39%44.31%-
HSV(B)353.57º22.05%49.8%-
XYZ15.6114.414.53-
YUV107.71124.78141.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=38.72%
G=30.18%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279910200.220.200.50353.5712.3944.31
Hex7F63660161432162c2c
Octal17714314602624625421454
Binary111111111000111100110010110101001100101011000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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