#771954

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

Shades of Pompadour #771954

Tints of Pompadour #771954

Color information

#771954 (or 0x771954) is unknown color: approx Pompadour. HEX triplet: 77, 19 and 54. RGB value is (119,25,84). Sum of RGB (Red+Green+Blue) = 119+25+84=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #771954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771954 is #88E6AB. Grayscale: #3B3B3B. Windows color (decimal): -8971948 or 5511543. OLE color: 5511543.

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

Color convert

RGB1192584-
CMYK00.790.290.53
HSL322.34º65.28%28.24%-
HSV(B)322.34º78.99%46.67%-
XYZ9.565.268.9-
YUV59.83141.64170.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=52.19%
G=10.96%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119258400.790.290.53322.3465.2828.24
Hex77195404F1D35142411c
Octal167311240117356550210134
Binary11101111100110101000100111111101110101101000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771954; }

 p { color: rgb(119,25,84); }

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

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

 a { background-color: rgb(119,25,84); }

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

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

 span { border-color: rgb(119,25,84); }

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