#77104A

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

Shades of Pompadour #77104A

Tints of Pompadour #77104A

Color information

#77104A (or 0x77104A) is unknown color: approx Pompadour. HEX triplet: 77, 10 and 4A. RGB value is (119,16,74). Sum of RGB (Red+Green+Blue) = 119+16+74=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #77104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77104A is #88EFB5. Grayscale: #353535. Windows color (decimal): -8974262 or 4853879. OLE color: 4853879.

HSL color Cylindrical-coordinate representation of color #77104A: hue angle of 326.21º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77104A is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1191674-
CMYK00.870.380.53
HSL326.21º76.3%26.47%-
HSV(B)326.21º86.55%46.67%-
XYZ9.034.796.93-
YUV53.41139.62174.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=56.94%
G=7.66%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119167400.870.380.53326.2176.326.47
Hex77104A05726351464c1a
Octal167201120127466550611432
Binary111011110000100101001010111100110110101101000110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77104A; }

 p { color: rgb(119,16,74); }

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

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

 a { background-color: rgb(119,16,74); }

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

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

 span { border-color: rgb(119,16,74); }

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