#7a377b

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

Shades of Eminence #7A377B

Tints of Eminence #7A377B

Color information

#7A377B (or 0x7A377B) is unknown color: approx Eminence. HEX triplet: 7A, 37 and 7B. RGB value is (122,55,123). Sum of RGB (Red+Green+Blue) = 122+55+123=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A377B is #85C884. Grayscale: #525252. Windows color (decimal): -8767621 or 8075130. OLE color: 8075130.

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

Color convert

RGB12255123-
CMYK0.010.5500.52
HSL299.12º38.2%34.9%-
HSV(B)299.12º55.28%48.24%-
XYZ12.978.319.66-
YUV82.79150.7155.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 55 (21.88% from 255) = 18.33%
BLUE value IS 123 (48.44% from 255) = 41%
R=40.67%
G=18.33%
B=41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122551230.010.5500.52299.1238.234.9
Hex7A377B13703412b2623
Octal172671731670644534643
Binary1111010110111111101111101110110100100101011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a377b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,55,123); }

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

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

 a { background-color: rgb(122,55,123); }

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

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

 span { border-color: rgb(122,55,123); }

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