#7C696D

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

Shades of Empress #7C696D

Tints of Empress #7C696D

Color information

#7C696D (or 0x7C696D) is unknown color: approx Empress. HEX triplet: 7C, 69 and 6D. RGB value is (124,105,109). Sum of RGB (Red+Green+Blue) = 124+105+109=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C696D is #839692. Grayscale: #6F6F6F. Windows color (decimal): -8623763 or 7170428. OLE color: 7170428.

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

Color convert

RGB124105109-
CMYK00.150.120.51
HSL347.37º8.3%44.9%-
HSV(B)347.37º15.32%48.63%-
XYZ16.1215.4916.61-
YUV111.14126.79137.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=36.69%
G=31.07%
B=32.25%

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
Decimal12410510900.150.120.51347.378.344.9
Hex7C696D0FC3315b82d
Octal17415115501714635331055
Binary1111100110100111011010111111001100111010110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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