#771754

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

Shades of Pompadour #771754

Tints of Pompadour #771754

Color information

#771754 (or 0x771754) is unknown color: approx Pompadour. HEX triplet: 77, 17 and 54. RGB value is (119,23,84). Sum of RGB (Red+Green+Blue) = 119+23+84=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #771754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771754 is #88E8AB. Grayscale: #3A3A3A. Windows color (decimal): -8972460 or 5511031. OLE color: 5511031.

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

Color convert

RGB1192384-
CMYK00.810.290.53
HSL321.88º67.61%27.84%-
HSV(B)321.88º80.67%46.67%-
XYZ9.515.178.88-
YUV58.66142.3171.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=52.65%
G=10.18%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119238400.810.290.53321.8867.6127.84
Hex7717540511D35142441c
Octal167271240121356550210434
Binary11101111011110101000101000111101110101101000010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771754; }

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

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

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

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

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

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

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

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