#756E70

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

Shades of Empress #756E70

Tints of Empress #756E70

Color information

#756E70 (or 0x756E70) is unknown color: approx Empress. HEX triplet: 75, 6E and 70. RGB value is (117,110,112). Sum of RGB (Red+Green+Blue) = 117+110+112=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #756E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E70 is #8A918F. Grayscale: #707070. Windows color (decimal): -9081232 or 7368309. OLE color: 7368309.

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

Color convert

RGB117110112-
CMYK00.060.040.54
HSL342.86º3.08%44.51%-
HSV(B)342.86º5.98%45.88%-
XYZ15.8416.117.6-
YUV112.32127.82131.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=34.51%
G=32.45%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711011200.060.040.54342.863.0844.51
Hex756E700643615732d
Octal16515616006466527355
Binary111010111011101110000011010011011010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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