#7C6A6D

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

Shades of Empress #7C6A6D

Tints of Empress #7C6A6D

Color information

#7C6A6D (or 0x7C6A6D) is unknown color: approx Empress. HEX triplet: 7C, 6A and 6D. RGB value is (124,106,109). Sum of RGB (Red+Green+Blue) = 124+106+109=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A6D is #839592. Grayscale: #6F6F6F. Windows color (decimal): -8623507 or 7170684. OLE color: 7170684.

HSL color Cylindrical-coordinate representation of color #7C6A6D: hue angle of 350º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C6A6D is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB124106109-
CMYK00.150.120.51
HSL350º7.83%45.1%-
HSV(B)350º14.52%48.63%-
XYZ16.2315.716.64-
YUV111.72126.46136.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=36.58%
G=31.27%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410610900.150.120.513507.8345.1
Hex7C6A6D0FC3315e82d
Octal17415215501714635361055
Binary1111100110101011011010111111001100111010111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,109); }

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

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

 a { background-color: rgb(124,106,109); }

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

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

 span { border-color: rgb(124,106,109); }

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