#7A7376

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

Shades of Empress #7A7376

Tints of Empress #7A7376

Color information

#7A7376 (or 0x7A7376) is unknown color: approx Empress. HEX triplet: 7A, 73 and 76. RGB value is (122,115,118). Sum of RGB (Red+Green+Blue) = 122+115+118=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7376 is #858C89. Grayscale: #757575. Windows color (decimal): -8752266 or 7762810. OLE color: 7762810.

HSL color Cylindrical-coordinate representation of color #7A7376: hue angle of 334.29º 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 #7A7376 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB122115118-
CMYK00.060.030.52
HSL334.29º2.95%46.47%-
HSV(B)334.29º5.74%47.84%-
XYZ17.4317.7119.64-
YUV117.44128.32131.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=34.37%
G=32.39%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211511800.060.030.52334.292.9546.47
Hex7A73760633414e32e
Octal17216316606364516356
Binary11110101110011111011001101111010010100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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