#771E42

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

Shades of Pompadour #771E42

Tints of Pompadour #771E42

Color information

#771E42 (or 0x771E42) is unknown color: approx Pompadour. HEX triplet: 77, 1E and 42. RGB value is (119,30,66). Sum of RGB (Red+Green+Blue) = 119+30+66=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #771E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E42 is #88E1BD. Grayscale: #3C3C3C. Windows color (decimal): -8970686 or 4333175. OLE color: 4333175.

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

Color convert

RGB1193066-
CMYK00.750.450.53
HSL335.73º59.73%29.22%-
HSV(B)335.73º74.79%46.67%-
XYZ9.065.245.69-
YUV60.72130.99169.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=55.35%
G=13.95%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119306600.750.450.53335.7359.7329.22
Hex771E4204B2D351503c1d
Octal16736102011355655207435
Binary11101111111010000100100101110110111010110101000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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