#7B666C

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

Shades of Empress #7B666C

Tints of Empress #7B666C

Color information

#7B666C (or 0x7B666C) is unknown color: approx Empress. HEX triplet: 7B, 66 and 6C. RGB value is (123,102,108). Sum of RGB (Red+Green+Blue) = 123+102+108=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B666C is #849993. Grayscale: #6C6C6C. Windows color (decimal): -8690068 or 7104123. OLE color: 7104123.

HSL color Cylindrical-coordinate representation of color #7B666C: hue angle of 342.86º 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 #7B666C is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB123102108-
CMYK00.170.120.52
HSL342.86º9.33%44.12%-
HSV(B)342.86º17.07%48.24%-
XYZ15.6314.816.22-
YUV108.96127.46138.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.94%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=36.94%
G=30.63%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310210800.170.120.52342.869.3344.12
Hex7B666C011C3415792c
Octal17314615402114645271154
Binary11110111100110110110001000111001101001010101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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