#772147

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

Shades of Pompadour #772147

Tints of Pompadour #772147

Color information

#772147 (or 0x772147) is unknown color: approx Pompadour. HEX triplet: 77, 21 and 47. RGB value is (119,33,71). Sum of RGB (Red+Green+Blue) = 119+33+71=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #772147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772147 is #88DEB8. Grayscale: #3E3E3E. Windows color (decimal): -8969913 or 4661623. OLE color: 4661623.

HSL color Cylindrical-coordinate representation of color #772147: hue angle of 333.49º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772147 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1193371-
CMYK00.720.400.53
HSL333.49º56.58%29.8%-
HSV(B)333.49º72.27%46.67%-
XYZ9.295.466.53-
YUV63.05132.49167.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=53.36%
G=14.80%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119337100.720.400.53333.4956.5829.8
Hex772147048283514d391e
Octal16741107011050655157136
Binary111011110000110001110100100010100011010110100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772147; }

 p { color: rgb(119,33,71); }

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

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

 a { background-color: rgb(119,33,71); }

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

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

 span { border-color: rgb(119,33,71); }

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