#766A6B

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

Shades of Empress #766A6B

Tints of Empress #766A6B

Color information

#766A6B (or 0x766A6B) is unknown color: approx Empress. HEX triplet: 76, 6A and 6B. RGB value is (118,106,107). Sum of RGB (Red+Green+Blue) = 118+106+107=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A6B is #899594. Grayscale: #6D6D6D. Windows color (decimal): -9016725 or 7039606. OLE color: 7039606.

HSL color Cylindrical-coordinate representation of color #766A6B: hue angle of 355º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766A6B is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB118106107-
CMYK00.100.090.54
HSL355º5.36%43.92%-
HSV(B)355º10.17%46.27%-
XYZ15.2815.2216.04-
YUV109.7126.48133.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=35.65%
G=32.02%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810610700.100.090.543555.3643.92
Hex766A6B0A93616352c
Octal1661521530121166543554
Binary111011011010101101011010101001110110101100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,107); }

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

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

 a { background-color: rgb(118,106,107); }

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

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

 span { border-color: rgb(118,106,107); }

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