#766E6F

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

Shades of Empress #766E6F

Tints of Empress #766E6F

Color information

#766E6F (or 0x766E6F) is unknown color: approx Empress. HEX triplet: 76, 6E and 6F. RGB value is (118,110,111). Sum of RGB (Red+Green+Blue) = 118+110+111=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #766E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E6F is #899190. Grayscale: #707070. Windows color (decimal): -9015697 or 7302774. OLE color: 7302774.

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

Color convert

RGB118110111-
CMYK00.070.060.54
HSL352.5º3.51%44.71%-
HSV(B)352.5º6.78%46.27%-
XYZ15.9216.1517.32-
YUV112.51127.15131.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=34.81%
G=32.45%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811011100.070.060.54352.53.5144.71
Hex766E6F0763616042d
Octal16615615707666540455
Binary1110110110111011011110111110110110101100000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766E6F; }

 p { color: rgb(118,110,111); }

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

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

 a { background-color: rgb(118,110,111); }

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

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

 span { border-color: rgb(118,110,111); }

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