#7A174C

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

Shades of Pompadour #7A174C

Tints of Pompadour #7A174C

Color information

#7A174C (or 0x7A174C) is unknown color: approx Pompadour. HEX triplet: 7A, 17 and 4C. RGB value is (122,23,76). Sum of RGB (Red+Green+Blue) = 122+23+76=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A174C is #85E8B3. Grayscale: #3A3A3A. Windows color (decimal): -8775860 or 4986746. OLE color: 4986746.

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

Color convert

RGB1222376-
CMYK00.810.380.52
HSL327.88º68.28%28.43%-
HSV(B)327.88º81.15%47.84%-
XYZ9.645.277.35-
YUV58.64137.8173.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.20%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=55.20%
G=10.41%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122237600.810.380.52327.8868.2828.43
Hex7A174C0512634148441c
Octal172271140121466451010434
Binary111101010111100110001010001100110110100101001000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,23,76); }

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

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

 a { background-color: rgb(122,23,76); }

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

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

 span { border-color: rgb(122,23,76); }

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