#7F6F76

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

Shades of Empress #7F6F76

Tints of Empress #7F6F76

Color information

#7F6F76 (or 0x7F6F76) is unknown color: approx Empress. HEX triplet: 7F, 6F and 76. RGB value is (127,111,118). Sum of RGB (Red+Green+Blue) = 127+111+118=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6F76 is #809089. Grayscale: #747474. Windows color (decimal): -8425610 or 7761791. OLE color: 7761791.

HSL color Cylindrical-coordinate representation of color #7F6F76: hue angle of 333.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F6F76 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB127111118-
CMYK00.130.070.50
HSL333.75º6.72%46.67%-
HSV(B)333.75º12.6%49.8%-
XYZ17.7117.1919.52-
YUV116.58128.8135.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.67%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=35.67%
G=31.18%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711111800.130.070.50333.756.7246.67
Hex7F6F760D73214e72f
Octal177157166015762516757
Binary11111111101111111011001101111110010101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,111,118); }

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

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

 a { background-color: rgb(127,111,118); }

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

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

 span { border-color: rgb(127,111,118); }

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