#771948

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

Shades of Pompadour #771948

Tints of Pompadour #771948

Color information

#771948 (or 0x771948) is unknown color: approx Pompadour. HEX triplet: 77, 19 and 48. RGB value is (119,25,72). Sum of RGB (Red+Green+Blue) = 119+25+72=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #771948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771948 is #88E6B7. Grayscale: #3A3A3A. Windows color (decimal): -8971960 or 4725111. OLE color: 4725111.

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

Color convert

RGB1192572-
CMYK00.790.390.53
HSL330º65.28%28.24%-
HSV(B)330º78.99%46.67%-
XYZ9.135.096.63-
YUV58.46135.64171.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=55.09%
G=11.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119257200.790.390.5333065.2828.24
Hex77194804F273514a411c
Octal167311100117476551210134
Binary111011111001100100001001111100111110101101001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771948; }

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

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

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

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

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

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

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

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