#756D6F

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

Shades of Empress #756D6F

Tints of Empress #756D6F

Color information

#756D6F (or 0x756D6F) is unknown color: approx Empress. HEX triplet: 75, 6D and 6F. RGB value is (117,109,111). Sum of RGB (Red+Green+Blue) = 117+109+111=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #756D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D6F is #8A9290. Grayscale: #6F6F6F. Windows color (decimal): -9081489 or 7302517. OLE color: 7302517.

HSL color Cylindrical-coordinate representation of color #756D6F: hue angle of 345º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756D6F is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB117109111-
CMYK00.070.050.54
HSL345º3.54%44.31%-
HSV(B)345º6.84%45.88%-
XYZ15.6715.8717.28-
YUV111.62127.65131.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=34.72%
G=32.34%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710911100.070.050.543453.5444.31
Hex756D6F0753615942c
Octal16515515707566531454
Binary1110101110110111011110111101110110101011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756D6F; }

 p { color: rgb(117,109,111); }

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

<style>
 a { background-color: #756D6F; }

 a { background-color: rgb(117,109,111); }

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

<style>
 span { border-color: #756D6F; }

 span { border-color: rgb(117,109,111); }

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