#7D6971

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

Shades of Empress #7D6971

Tints of Empress #7D6971

Color information

#7D6971 (or 0x7D6971) is unknown color: approx Empress. HEX triplet: 7D, 69 and 71. RGB value is (125,105,113). Sum of RGB (Red+Green+Blue) = 125+105+113=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6971 is #82968E. Grayscale: #6F6F6F. Windows color (decimal): -8558223 or 7432573. OLE color: 7432573.

HSL color Cylindrical-coordinate representation of color #7D6971: hue angle of 336º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D6971 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB125105113-
CMYK00.160.100.51
HSL336º8.7%45.1%-
HSV(B)336º16%49.02%-
XYZ16.4915.6617.78-
YUV111.89128.63137.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.44%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=36.44%
G=30.61%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510511300.160.100.513368.745.1
Hex7D6971010A3315092d
Octal17515116102012635201155
Binary11111011101001111000101000010101100111010100001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,105,113); }

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

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

 a { background-color: rgb(125,105,113); }

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

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

 span { border-color: rgb(125,105,113); }

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