#771644

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

Shades of Pompadour #771644

Tints of Pompadour #771644

Color information

#771644 (or 0x771644) is unknown color: approx Pompadour. HEX triplet: 77, 16 and 44. RGB value is (119,22,68). Sum of RGB (Red+Green+Blue) = 119+22+68=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #771644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771644 is #88E9BB. Grayscale: #383838. Windows color (decimal): -8972732 or 4462199. OLE color: 4462199.

HSL color Cylindrical-coordinate representation of color #771644: hue angle of 331.55º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771644 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1192268-
CMYK00.820.430.53
HSL331.55º68.79%27.65%-
HSV(B)331.55º81.51%46.67%-
XYZ8.944.915.95-
YUV56.25134.64172.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=56.94%
G=10.53%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119226800.820.430.53331.5568.7927.65
Hex7716440522B3514c451c
Octal167261040122536551410534
Binary111011110110100010001010010101011110101101001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771644; }

 p { color: rgb(119,22,68); }

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

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

 a { background-color: rgb(119,22,68); }

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

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

 span { border-color: rgb(119,22,68); }

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