#7D6B72

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

Shades of Empress #7D6B72

Tints of Empress #7D6B72

Color information

#7D6B72 (or 0x7D6B72) is unknown color: approx Empress. HEX triplet: 7D, 6B and 72. RGB value is (125,107,114). Sum of RGB (Red+Green+Blue) = 125+107+114=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6B72 is #82948D. Grayscale: #717171. Windows color (decimal): -8557710 or 7498621. OLE color: 7498621.

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

Color convert

RGB125107114-
CMYK00.140.090.51
HSL336.67º7.76%45.49%-
HSV(B)336.67º14.4%49.02%-
XYZ16.7516.0918.14-
YUV113.18128.46136.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=36.13%
G=30.92%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510711400.140.090.51336.677.7645.49
Hex7D6B720E93315182d
Octal17515316201611635211055
Binary1111101110101111100100111010011100111010100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,107,114); }

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

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

 a { background-color: rgb(125,107,114); }

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

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

 span { border-color: rgb(125,107,114); }

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