#771C54

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

Shades of Pompadour #771C54

Tints of Pompadour #771C54

Color information

#771C54 (or 0x771C54) is unknown color: approx Pompadour. HEX triplet: 77, 1C and 54. RGB value is (119,28,84). Sum of RGB (Red+Green+Blue) = 119+28+84=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #771C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C54 is #88E3AB. Grayscale: #3D3D3D. Windows color (decimal): -8971180 or 5512311. OLE color: 5512311.

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

Color convert

RGB1192884-
CMYK00.760.290.53
HSL323.08º61.9%28.82%-
HSV(B)323.08º76.47%46.67%-
XYZ9.625.398.92-
YUV61.59140.65168.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=51.52%
G=12.12%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119288400.760.290.53323.0861.928.82
Hex771C5404C1D351433e1d
Octal16734124011435655037635
Binary1110111111001010100010011001110111010110100001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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