#7F666B

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

Shades of Empress #7F666B

Tints of Empress #7F666B

Color information

#7F666B (or 0x7F666B) is unknown color: approx Empress. HEX triplet: 7F, 66 and 6B. RGB value is (127,102,107). Sum of RGB (Red+Green+Blue) = 127+102+107=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F666B is #809994. Grayscale: #6E6E6E. Windows color (decimal): -8427925 or 7038591. OLE color: 7038591.

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

Color convert

RGB127102107-
CMYK00.200.160.50
HSL348º10.92%44.9%-
HSV(B)348º19.69%49.8%-
XYZ16.1615.0815.97-
YUV110.04126.28140.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=37.80%
G=30.36%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710210700.200.160.5034810.9244.9
Hex7F666B014103215cb2d
Octal17714615302420625341355
Binary111111111001101101011010100100001100101010111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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