#756A6B

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

Shades of Empress #756A6B

Tints of Empress #756A6B

Color information

#756A6B (or 0x756A6B) is unknown color: approx Empress. HEX triplet: 75, 6A and 6B. RGB value is (117,106,107). Sum of RGB (Red+Green+Blue) = 117+106+107=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A6B is #8A9594. Grayscale: #6D6D6D. Windows color (decimal): -9082261 or 7039605. OLE color: 7039605.

HSL color Cylindrical-coordinate representation of color #756A6B: hue angle of 354.55º degrees, saturation: 0.05, 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 #756A6B is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB117106107-
CMYK00.090.090.54
HSL354.55º4.93%43.73%-
HSV(B)354.55º9.4%45.88%-
XYZ15.1415.1516.04-
YUV109.4126.64133.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=35.45%
G=32.12%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710610700.090.090.54354.554.9343.73
Hex756A6B0993616352c
Octal1651521530111166543554
Binary111010111010101101011010011001110110101100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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