#771c4e

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

Shades of Pompadour #771C4E

Tints of Pompadour #771C4E

Color information

#771C4E (or 0x771C4E) is unknown color: approx Pompadour. HEX triplet: 77, 1C and 4E. RGB value is (119,28,78). Sum of RGB (Red+Green+Blue) = 119+28+78=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #771C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C4E is #88E3B1. Grayscale: #3C3C3C. Windows color (decimal): -8971186 or 5119095. OLE color: 5119095.

HSL color Cylindrical-coordinate representation of color #771C4E: hue angle of 327.03º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C4E is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1192878-
CMYK00.760.340.53
HSL327.03º61.9%28.82%-
HSV(B)327.03º76.47%46.67%-
XYZ9.45.37.74-
YUV60.91137.65169.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=52.89%
G=12.44%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119287800.760.340.53327.0361.928.82
Hex771C4E04C22351473e1d
Octal16734116011442655077635
Binary11101111110010011100100110010001011010110100011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771c4e; }

 p { color: rgb(119,28,78); }

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

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

 a { background-color: rgb(119,28,78); }

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

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

 span { border-color: rgb(119,28,78); }

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