#756869

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

Shades of Empress #756869

Tints of Empress #756869

Color information

#756869 (or 0x756869) is unknown color: approx Empress. HEX triplet: 75, 68 and 69. RGB value is (117,104,105). Sum of RGB (Red+Green+Blue) = 117+104+105=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756869 is #8A9796. Grayscale: #6C6C6C. Windows color (decimal): -9082775 or 6908021. OLE color: 6908021.

HSL color Cylindrical-coordinate representation of color #756869: hue angle of 355.38º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #756869 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB117104105-
CMYK00.110.100.54
HSL355.38º5.88%43.33%-
HSV(B)355.38º11.11%45.88%-
XYZ14.8414.715.42-
YUV108126.31134.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=35.89%
G=31.90%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710410500.110.100.54355.385.8843.33
Hex7568690BA3616362b
Octal1651501510131266543653
Binary111010111010001101001010111010110110101100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756869; }

 p { color: rgb(117,104,105); }

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

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

 a { background-color: rgb(117,104,105); }

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

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

 span { border-color: rgb(117,104,105); }

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