#766E71

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

Shades of Empress #766E71

Tints of Empress #766E71

Color information

#766E71 (or 0x766E71) is unknown color: approx Empress. HEX triplet: 76, 6E and 71. RGB value is (118,110,113). Sum of RGB (Red+Green+Blue) = 118+110+113=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E71 is #89918E. Grayscale: #707070. Windows color (decimal): -9015695 or 7433846. OLE color: 7433846.

HSL color Cylindrical-coordinate representation of color #766E71: hue angle of 337.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 #766E71 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB118110113-
CMYK00.070.040.54
HSL337.5º3.51%44.71%-
HSV(B)337.5º6.78%46.27%-
XYZ16.0316.217.9-
YUV112.73128.15131.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=34.60%
G=32.26%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811011300.070.040.54337.53.5144.71
Hex766E710743615242d
Octal16615616107466522455
Binary1110110110111011100010111100110110101010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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