#7A154E

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

Shades of Pompadour #7A154E

Tints of Pompadour #7A154E

Color information

#7A154E (or 0x7A154E) is unknown color: approx Pompadour. HEX triplet: 7A, 15 and 4E. RGB value is (122,21,78). Sum of RGB (Red+Green+Blue) = 122+21+78=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A154E is #85EAB1. Grayscale: #393939. Windows color (decimal): -8776370 or 5117306. OLE color: 5117306.

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

Color convert

RGB1222178-
CMYK00.830.360.52
HSL326.14º70.63%28.04%-
HSV(B)326.14º82.79%47.84%-
XYZ9.675.227.71-
YUV57.7139.46173.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.20%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=55.20%
G=9.50%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122217800.830.360.52326.1470.6328.04
Hex7A154E0532434146471c
Octal172251160123446450610734
Binary111101010101100111001010011100100110100101000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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