#756B6E

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

Shades of Empress #756B6E

Tints of Empress #756B6E

Color information

#756B6E (or 0x756B6E) is unknown color: approx Empress. HEX triplet: 75, 6B and 6E. RGB value is (117,107,110). Sum of RGB (Red+Green+Blue) = 117+107+110=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B6E is #8A9491. Grayscale: #6E6E6E. Windows color (decimal): -9082002 or 7236469. OLE color: 7236469.

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

Color convert

RGB117107110-
CMYK00.090.060.54
HSL342º4.46%43.92%-
HSV(B)342º8.55%45.88%-
XYZ15.4115.4216.92-
YUV110.33127.81132.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=35.03%
G=32.04%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710711000.090.060.543424.4643.92
Hex756B6E0963615642c
Octal165153156011666526454
Binary11101011101011110111001001110110110101010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,110); }

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

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

 a { background-color: rgb(117,107,110); }

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

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

 span { border-color: rgb(117,107,110); }

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