#7A366F

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

Shades of Eminence #7A366F

Tints of Eminence #7A366F

Color information

#7A366F (or 0x7A366F) is unknown color: approx Eminence. HEX triplet: 7A, 36 and 6F. RGB value is (122,54,111). Sum of RGB (Red+Green+Blue) = 122+54+111=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A366F is #85C990. Grayscale: #505050. Windows color (decimal): -8767889 or 7288442. OLE color: 7288442.

HSL color Cylindrical-coordinate representation of color #7A366F: hue angle of 309.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A366F is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB12254111-
CMYK00.560.090.52
HSL309.71º38.64%34.51%-
HSV(B)309.71º55.74%47.84%-
XYZ12.217.9215.92-
YUV80.83145.03157.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=42.51%
G=18.82%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225411100.560.090.52309.7138.6434.51
Hex7A366F0389341362723
Octal1726615707011644664743
Binary1111010110110110111101110001001110100100110110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,54,111); }

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

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

 a { background-color: rgb(122,54,111); }

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

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

 span { border-color: rgb(122,54,111); }

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