#7A0F57

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

Shades of Pompadour #7A0F57

Tints of Pompadour #7A0F57

Color information

#7A0F57 (or 0x7A0F57) is unknown color: approx Pompadour. HEX triplet: 7A, 0F and 57. RGB value is (122,15,87). Sum of RGB (Red+Green+Blue) = 122+15+87=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F57 is #85F0A8. Grayscale: #373737. Windows color (decimal): -8777897 or 5705594. OLE color: 5705594.

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

Color convert

RGB1221587-
CMYK00.880.290.52
HSL319.63º78.1%26.86%-
HSV(B)319.63º87.7%47.84%-
XYZ9.925.179.49-
YUV55.2145.95175.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.46%
GREEN value IS 15 (6.25% from 255) = 6.70%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=54.46%
G=6.70%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122158700.880.290.52319.6378.126.86
Hex7AF570581D341404e1b
Octal172171270130356450011633
Binary1111010111110101110101100011101110100101000000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,15,87); }

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

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

 a { background-color: rgb(122,15,87); }

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

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

 span { border-color: rgb(122,15,87); }

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