#756B6C

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

Shades of Empress #756B6C

Tints of Empress #756B6C

Color information

#756B6C (or 0x756B6C) is unknown color: approx Empress. HEX triplet: 75, 6B and 6C. RGB value is (117,107,108). Sum of RGB (Red+Green+Blue) = 117+107+108=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B6C is #8A9493. Grayscale: #6E6E6E. Windows color (decimal): -9082004 or 7105397. OLE color: 7105397.

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

Color convert

RGB117107108-
CMYK00.090.080.54
HSL354º4.46%43.92%-
HSV(B)354º8.55%45.88%-
XYZ15.315.3816.35-
YUV110.1126.81132.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=35.24%
G=32.23%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710710800.090.080.543544.4643.92
Hex756B6C0983616242c
Octal1651531540111066542454
Binary111010111010111101100010011000110110101100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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