#7D6A6C

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

Shades of Empress #7D6A6C

Tints of Empress #7D6A6C

Color information

#7D6A6C (or 0x7D6A6C) is unknown color: approx Empress. HEX triplet: 7D, 6A and 6C. RGB value is (125,106,108). Sum of RGB (Red+Green+Blue) = 125+106+108=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6A6C is #829593. Grayscale: #6F6F6F. Windows color (decimal): -8557972 or 7105149. OLE color: 7105149.

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

Color convert

RGB125106108-
CMYK00.150.140.51
HSL353.68º8.23%45.29%-
HSV(B)353.68º15.2%49.02%-
XYZ16.3215.7516.37-
YUV111.91125.79137.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=36.87%
G=31.27%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510610800.150.140.51353.688.2345.29
Hex7D6A6C0FE3316282d
Octal17515215401716635421055
Binary1111101110101011011000111111101100111011000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,106,108); }

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

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

 a { background-color: rgb(125,106,108); }

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

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

 span { border-color: rgb(125,106,108); }

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