#7A124E

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

Shades of Pompadour #7A124E

Tints of Pompadour #7A124E

Color information

#7A124E (or 0x7A124E) is unknown color: approx Pompadour. HEX triplet: 7A, 12 and 4E. RGB value is (122,18,78). Sum of RGB (Red+Green+Blue) = 122+18+78=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A124E is #85EDB1. Grayscale: #373737. Windows color (decimal): -8777138 or 5116538. OLE color: 5116538.

HSL color Cylindrical-coordinate representation of color #7A124E: hue angle of 325.38º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A124E is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB1221878-
CMYK00.850.360.52
HSL325.38º74.29%27.45%-
HSV(B)325.38º85.25%47.84%-
XYZ9.625.127.69-
YUV55.94140.46175.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=55.96%
G=8.26%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122187800.850.360.52325.3874.2927.45
Hex7A124E05524341454a1b
Octal172221160125446450511233
Binary111101010010100111001010101100100110100101000101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,18,78); }

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

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

 a { background-color: rgb(122,18,78); }

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

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

 span { border-color: rgb(122,18,78); }

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