#7C666C

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

Shades of Empress #7C666C

Tints of Empress #7C666C

Color information

#7C666C (or 0x7C666C) is unknown color: approx Empress. HEX triplet: 7C, 66 and 6C. RGB value is (124,102,108). Sum of RGB (Red+Green+Blue) = 124+102+108=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C666C is #839993. Grayscale: #6D6D6D. Windows color (decimal): -8624532 or 7104124. OLE color: 7104124.

HSL color Cylindrical-coordinate representation of color #7C666C: hue angle of 343.64º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C666C is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB124102108-
CMYK00.180.130.51
HSL343.64º9.73%44.31%-
HSV(B)343.64º17.74%48.63%-
XYZ15.7714.8716.23-
YUV109.26127.29138.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=37.13%
G=30.54%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410210800.180.130.51343.649.7344.31
Hex7C666C012D33158a2c
Octal17414615402215635301254
Binary11111001100110110110001001011011100111010110001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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