#766B6D

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

Shades of Empress #766B6D

Tints of Empress #766B6D

Color information

#766B6D (or 0x766B6D) is unknown color: approx Empress. HEX triplet: 76, 6B and 6D. RGB value is (118,107,109). Sum of RGB (Red+Green+Blue) = 118+107+109=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B6D is #899492. Grayscale: #6E6E6E. Windows color (decimal): -9016467 or 7170934. OLE color: 7170934.

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

Color convert

RGB118107109-
CMYK00.090.080.54
HSL349.09º4.89%44.12%-
HSV(B)349.09º9.32%46.27%-
XYZ15.4915.4716.64-
YUV110.52127.14133.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=35.33%
G=32.04%
B=32.63%

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
Decimal11810710900.090.080.54349.094.8944.12
Hex766B6D0983615d52c
Octal1661531550111066535554
Binary111011011010111101101010011000110110101011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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