#766C6D

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

Shades of Empress #766C6D

Tints of Empress #766C6D

Color information

#766C6D (or 0x766C6D) is unknown color: approx Empress. HEX triplet: 76, 6C and 6D. RGB value is (118,108,109). Sum of RGB (Red+Green+Blue) = 118+108+109=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C6D is #899392. Grayscale: #6F6F6F. Windows color (decimal): -9016211 or 7171190. OLE color: 7171190.

HSL color Cylindrical-coordinate representation of color #766C6D: 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.08%. Process color model (Four color, CMYK) of #766C6D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB118108109-
CMYK00.080.080.54
HSL354º4.42%44.31%-
HSV(B)354º8.47%46.27%-
XYZ15.5915.6816.67-
YUV111.1126.81132.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=35.22%
G=32.24%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810810900.080.080.543544.4244.31
Hex766C6D0883616242c
Octal1661541550101066542454
Binary111011011011001101101010001000110110101100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,109); }

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

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

 a { background-color: rgb(118,108,109); }

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

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

 span { border-color: rgb(118,108,109); }

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