#771D4E

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

Shades of Pompadour #771D4E

Tints of Pompadour #771D4E

Color information

#771D4E (or 0x771D4E) is unknown color: approx Pompadour. HEX triplet: 77, 1D and 4E. RGB value is (119,29,78). Sum of RGB (Red+Green+Blue) = 119+29+78=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #771D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D4E is #88E2B1. Grayscale: #3D3D3D. Windows color (decimal): -8970930 or 5119351. OLE color: 5119351.

HSL color Cylindrical-coordinate representation of color #771D4E: hue angle of 327.33º degrees, saturation: 0.61, 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 #771D4E is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1192978-
CMYK00.760.340.53
HSL327.33º60.81%29.02%-
HSV(B)327.33º75.63%46.67%-
XYZ9.425.357.74-
YUV61.5137.32169.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 29 (11.72% from 255) = 12.83%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=52.65%
G=12.83%
B=34.51%

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
Decimal119297800.760.340.53327.3360.8129.02
Hex771D4E04C22351473d1d
Octal16735116011442655077535
Binary11101111110110011100100110010001011010110100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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