#7C797A

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

Shades of Empress #7C797A

Tints of Empress #7C797A

Color information

#7C797A (or 0x7C797A) is unknown color: approx Empress. HEX triplet: 7C, 79 and 7A. RGB value is (124,121,122). Sum of RGB (Red+Green+Blue) = 124+121+122=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 124 - color contains mainly: red. Hex color #7C797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C797A is #838685. Grayscale: #7A7A7A. Windows color (decimal): -8619654 or 8026492. OLE color: 8026492.

HSL color Cylindrical-coordinate representation of color #7C797A: hue angle of 340º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7C797A is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB124121122-
CMYK00.020.020.51
HSL340º1.22%48.04%-
HSV(B)340º2.42%48.63%-
XYZ18.6619.3621.17-
YUV122.01127.99129.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=33.79%
G=32.97%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412112200.020.020.513401.2248.04
Hex7C797A02233154130
Octal17417117202263524160
Binary111110011110011111010010101100111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,121,122); }

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

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

 a { background-color: rgb(124,121,122); }

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

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

 span { border-color: rgb(124,121,122); }

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