#7F646C

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

Shades of Empress #7F646C

Tints of Empress #7F646C

Color information

#7F646C (or 0x7F646C) is unknown color: approx Empress. HEX triplet: 7F, 64 and 6C. RGB value is (127,100,108). Sum of RGB (Red+Green+Blue) = 127+100+108=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F646C is #809B93. Grayscale: #6C6C6C. Windows color (decimal): -8428436 or 7103615. OLE color: 7103615.

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

Color convert

RGB127100108-
CMYK00.210.150.50
HSL342.22º11.89%44.51%-
HSV(B)342.22º21.26%49.8%-
XYZ16.0214.7116.18-
YUV108.98127.45140.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=37.91%
G=29.85%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710010800.210.150.50342.2211.8944.51
Hex7F646C015F32156c2d
Octal17714415402517625261455
Binary11111111100100110110001010111111100101010101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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