#7F696C

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

Shades of Empress #7F696C

Tints of Empress #7F696C

Color information

#7F696C (or 0x7F696C) is unknown color: approx Empress. HEX triplet: 7F, 69 and 6C. RGB value is (127,105,108). Sum of RGB (Red+Green+Blue) = 127+105+108=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F696C is #809693. Grayscale: #6F6F6F. Windows color (decimal): -8427156 or 7104895. OLE color: 7104895.

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

Color convert

RGB127105108-
CMYK00.170.150.50
HSL351.82º9.48%45.49%-
HSV(B)351.82º17.32%49.8%-
XYZ16.5115.716.35-
YUV111.92125.79138.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=37.35%
G=30.88%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710510800.170.150.50351.829.4845.49
Hex7F696C011F3216092d
Octal17715115402117625401155
Binary11111111101001110110001000111111100101011000001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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