#7D7375

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

Shades of Empress #7D7375

Tints of Empress #7D7375

Color information

#7D7375 (or 0x7D7375) is unknown color: approx Empress. HEX triplet: 7D, 73 and 75. RGB value is (125,115,117). Sum of RGB (Red+Green+Blue) = 125+115+117=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7375 is #828C8A. Grayscale: #767676. Windows color (decimal): -8555659 or 7697277. OLE color: 7697277.

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

Color convert

RGB125115117-
CMYK00.080.060.51
HSL348º4.17%47.06%-
HSV(B)348º8%49.02%-
XYZ17.817.9119.35-
YUV118.22127.31132.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=35.01%
G=32.21%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511511700.080.060.513484.1747.06
Hex7D73750863315c42f
Octal175163165010663534457
Binary11111011110011111010101000110110011101011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,117); }

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

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

 a { background-color: rgb(125,115,117); }

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

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

 span { border-color: rgb(125,115,117); }

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