#7D666D

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

Shades of Empress #7D666D

Tints of Empress #7D666D

Color information

#7D666D (or 0x7D666D) is unknown color: approx Empress. HEX triplet: 7D, 66 and 6D. RGB value is (125,102,109). Sum of RGB (Red+Green+Blue) = 125+102+109=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D666D is #829992. Grayscale: #6D6D6D. Windows color (decimal): -8558995 or 7169661. OLE color: 7169661.

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

Color convert

RGB125102109-
CMYK00.180.130.51
HSL341.74º10.13%44.51%-
HSV(B)341.74º18.4%49.02%-
XYZ15.9714.9716.52-
YUV109.68127.62138.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=37.20%
G=30.36%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510210900.180.130.51341.7410.1344.51
Hex7D666D012D33156a2d
Octal17514615502215635261255
Binary11111011100110110110101001011011100111010101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,102,109); }

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

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

 a { background-color: rgb(125,102,109); }

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

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

 span { border-color: rgb(125,102,109); }

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