#7C696C

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

Shades of Empress #7C696C

Tints of Empress #7C696C

Color information

#7C696C (or 0x7C696C) is unknown color: approx Empress. HEX triplet: 7C, 69 and 6C. RGB value is (124,105,108). Sum of RGB (Red+Green+Blue) = 124+105+108=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C696C is #839693. Grayscale: #6F6F6F. Windows color (decimal): -8623764 or 7104892. OLE color: 7104892.

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

Color convert

RGB124105108-
CMYK00.150.130.51
HSL350.53º8.3%44.9%-
HSV(B)350.53º15.32%48.63%-
XYZ16.0715.4716.33-
YUV111.02126.29137.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=36.80%
G=31.16%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410510800.150.130.51350.538.344.9
Hex7C696C0FD3315f82d
Octal17415115401715635371055
Binary1111100110100111011000111111011100111010111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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