#7C696A

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

Shades of Empress #7C696A

Tints of Empress #7C696A

Color information

#7C696A (or 0x7C696A) is unknown color: approx Empress. HEX triplet: 7C, 69 and 6A. RGB value is (124,105,106). Sum of RGB (Red+Green+Blue) = 124+105+106=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C696A is #839695. Grayscale: #6E6E6E. Windows color (decimal): -8623766 or 6973820. OLE color: 6973820.

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

Color convert

RGB124105106-
CMYK00.150.150.51
HSL356.84º8.3%44.9%-
HSV(B)356.84º15.32%48.63%-
XYZ15.9715.4315.77-
YUV110.8125.29137.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=37.01%
G=31.34%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410510600.150.150.51356.848.344.9
Hex7C696A0FF3316582d
Octal17415115201717635451055
Binary1111100110100111010100111111111100111011001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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