#771E40

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

Shades of Pompadour #771E40

Tints of Pompadour #771E40

Color information

#771E40 (or 0x771E40) is unknown color: approx Pompadour. HEX triplet: 77, 1E and 40. RGB value is (119,30,64). Sum of RGB (Red+Green+Blue) = 119+30+64=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #771E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E40 is #88E1BF. Grayscale: #3C3C3C. Windows color (decimal): -8970688 or 4202103. OLE color: 4202103.

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

Color convert

RGB1193064-
CMYK00.750.460.53
HSL337.08º59.73%29.22%-
HSV(B)337.08º74.79%46.67%-
XYZ95.225.38-
YUV60.49129.99169.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=55.87%
G=14.08%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119306400.750.460.53337.0859.7329.22
Hex771E4004B2E351513c1d
Octal16736100011356655217435
Binary11101111111010000000100101110111011010110101000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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