#772048

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

Shades of Pompadour #772048

Tints of Pompadour #772048

Color information

#772048 (or 0x772048) is unknown color: approx Pompadour. HEX triplet: 77, 20 and 48. RGB value is (119,32,72). Sum of RGB (Red+Green+Blue) = 119+32+72=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #772048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772048 is #88DFB7. Grayscale: #3E3E3E. Windows color (decimal): -8970168 or 4726903. OLE color: 4726903.

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

Color convert

RGB1193272-
CMYK00.730.390.53
HSL332.41º57.62%29.61%-
HSV(B)332.41º73.11%46.67%-
XYZ9.295.426.69-
YUV62.57133.32168.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=53.36%
G=14.35%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119327200.730.390.53332.4157.6229.61
Hex772048049273514c3a1e
Octal16740110011147655147236
Binary111011110000010010000100100110011111010110100110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772048; }

 p { color: rgb(119,32,72); }

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

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

 a { background-color: rgb(119,32,72); }

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

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

 span { border-color: rgb(119,32,72); }

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