#7D666E

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

Shades of Empress #7D666E

Tints of Empress #7D666E

Color information

#7D666E (or 0x7D666E) is unknown color: approx Empress. HEX triplet: 7D, 66 and 6E. RGB value is (125,102,110). Sum of RGB (Red+Green+Blue) = 125+102+110=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D666E is #829991. Grayscale: #6D6D6D. Windows color (decimal): -8558994 or 7235197. OLE color: 7235197.

HSL color Cylindrical-coordinate representation of color #7D666E: hue angle of 339.13º 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 #7D666E is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB125102110-
CMYK00.180.120.51
HSL339.13º10.13%44.51%-
HSV(B)339.13º18.4%49.02%-
XYZ16.0214.9916.8-
YUV109.79128.12138.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=37.09%
G=30.27%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510211000.180.120.51339.1310.1344.51
Hex7D666E012C33153a2d
Octal17514615602214635231255
Binary11111011100110110111001001011001100111010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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