#771655

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

Shades of Pompadour #771655

Tints of Pompadour #771655

Color information

#771655 (or 0x771655) is unknown color: approx Pompadour. HEX triplet: 77, 16 and 55. RGB value is (119,22,85). Sum of RGB (Red+Green+Blue) = 119+22+85=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #771655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771655 is #88E9AA. Grayscale: #3A3A3A. Windows color (decimal): -8972715 or 5576311. OLE color: 5576311.

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

Color convert

RGB1192285-
CMYK00.820.290.53
HSL321.03º68.79%27.65%-
HSV(B)321.03º81.51%46.67%-
XYZ9.535.159.09-
YUV58.18143.14171.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=52.65%
G=9.73%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119228500.820.290.53321.0368.7927.65
Hex7716550521D35141451c
Octal167261250122356550110534
Binary11101111011010101010101001011101110101101000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771655; }

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

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

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

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

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

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

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

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