#7B666D

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

Shades of Empress #7B666D

Tints of Empress #7B666D

Color information

#7B666D (or 0x7B666D) is unknown color: approx Empress. HEX triplet: 7B, 66 and 6D. RGB value is (123,102,109). Sum of RGB (Red+Green+Blue) = 123+102+109=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B666D is #849992. Grayscale: #6D6D6D. Windows color (decimal): -8690067 or 7169659. OLE color: 7169659.

HSL color Cylindrical-coordinate representation of color #7B666D: hue angle of 340º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B666D is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB123102109-
CMYK00.170.110.52
HSL340º9.33%44.12%-
HSV(B)340º17.07%48.24%-
XYZ15.6814.8216.5-
YUV109.08127.96137.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=36.83%
G=30.54%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310210900.170.110.523409.3344.12
Hex7B666D011B3415492c
Octal17314615502113645241154
Binary11110111100110110110101000110111101001010101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B666D; }

 p { color: rgb(123,102,109); }

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

<style>
 a { background-color: #7B666D; }

 a { background-color: rgb(123,102,109); }

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

<style>
 span { border-color: #7B666D; }

 span { border-color: rgb(123,102,109); }

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