#766B6C

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

Shades of Empress #766B6C

Tints of Empress #766B6C

Color information

#766B6C (or 0x766B6C) is unknown color: approx Empress. HEX triplet: 76, 6B and 6C. RGB value is (118,107,108). Sum of RGB (Red+Green+Blue) = 118+107+108=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B6C is #899493. Grayscale: #6E6E6E. Windows color (decimal): -9016468 or 7105398. OLE color: 7105398.

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

Color convert

RGB118107108-
CMYK00.090.080.54
HSL354.55º4.89%44.12%-
HSV(B)354.55º9.32%46.27%-
XYZ15.4415.4516.36-
YUV110.4126.64133.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=35.44%
G=32.13%
B=32.43%

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
Decimal11810710800.090.080.54354.554.8944.12
Hex766B6C0983616352c
Octal1661531540111066543554
Binary111011011010111101100010011000110110101100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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