#7A7374

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

Shades of Empress #7A7374

Tints of Empress #7A7374

Color information

#7A7374 (or 0x7A7374) is unknown color: approx Empress. HEX triplet: 7A, 73 and 74. RGB value is (122,115,116). Sum of RGB (Red+Green+Blue) = 122+115+116=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7374 is #858C8B. Grayscale: #757575. Windows color (decimal): -8752268 or 7631738. OLE color: 7631738.

HSL color Cylindrical-coordinate representation of color #7A7374: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A7374 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB122115116-
CMYK00.060.050.52
HSL351.43º2.95%46.47%-
HSV(B)351.43º5.74%47.84%-
XYZ17.3117.6619.02-
YUV117.21127.32131.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.56%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=34.56%
G=32.58%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211511600.060.050.52351.432.9546.47
Hex7A73740653415f32e
Octal17216316406564537356
Binary111101011100111110100011010111010010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,116); }

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

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

 a { background-color: rgb(122,115,116); }

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

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

 span { border-color: rgb(122,115,116); }

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