#771947

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

Shades of Pompadour #771947

Tints of Pompadour #771947

Color information

#771947 (or 0x771947) is unknown color: approx Pompadour. HEX triplet: 77, 19 and 47. RGB value is (119,25,71). Sum of RGB (Red+Green+Blue) = 119+25+71=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #771947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771947 is #88E6B8. Grayscale: #3A3A3A. Windows color (decimal): -8971961 or 4659575. OLE color: 4659575.

HSL color Cylindrical-coordinate representation of color #771947: hue angle of 330.64º 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 #771947 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1192571-
CMYK00.790.400.53
HSL330.64º65.28%28.24%-
HSV(B)330.64º78.99%46.67%-
XYZ9.095.076.46-
YUV58.35135.14171.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=55.35%
G=11.63%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119257100.790.400.53330.6465.2828.24
Hex77194704F283514b411c
Octal167311070117506551310134
Binary111011111001100011101001111101000110101101001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771947; }

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

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

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

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

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

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

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

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