#771A40

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

Shades of Pompadour #771A40

Tints of Pompadour #771A40

Color information

#771A40 (or 0x771A40) is unknown color: approx Pompadour. HEX triplet: 77, 1A and 40. RGB value is (119,26,64). Sum of RGB (Red+Green+Blue) = 119+26+64=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #771A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A40 is #88E5BF. Grayscale: #3A3A3A. Windows color (decimal): -8971712 or 4201079. OLE color: 4201079.

HSL color Cylindrical-coordinate representation of color #771A40: hue angle of 335.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A40 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1192664-
CMYK00.780.460.53
HSL335.48º64.14%28.43%-
HSV(B)335.48º78.15%46.67%-
XYZ8.95.035.35-
YUV58.14131.31171.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=56.94%
G=12.44%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119266400.780.460.53335.4864.1428.43
Hex771A4004E2E3514f401c
Octal167321000116566551710034
Binary111011111010100000001001110101110110101101001111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,26,64); }

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

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

 a { background-color: rgb(119,26,64); }

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

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

 span { border-color: rgb(119,26,64); }

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