#7A6467

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

Shades of Empress #7A6467

Tints of Empress #7A6467

Color information

#7A6467 (or 0x7A6467) is unknown color: approx Empress. HEX triplet: 7A, 64 and 67. RGB value is (122,100,103). Sum of RGB (Red+Green+Blue) = 122+100+103=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6467 is #859B98. Grayscale: #6A6A6A. Windows color (decimal): -8756121 or 6775930. OLE color: 6775930.

HSL color Cylindrical-coordinate representation of color #7A6467: hue angle of 351.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A6467 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB122100103-
CMYK00.180.160.52
HSL351.82º9.91%43.53%-
HSV(B)351.82º18.03%47.84%-
XYZ15.0314.2314.79-
YUV106.92125.79138.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=37.54%
G=30.77%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210010300.180.160.52351.829.9143.53
Hex7A64670121034160a2c
Octal17214414702220645401254
Binary111101011001001100111010010100001101001011000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,100,103); }

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

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

 a { background-color: rgb(122,100,103); }

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

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

 span { border-color: rgb(122,100,103); }

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