#77104D

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

Shades of Pompadour #77104D

Tints of Pompadour #77104D

Color information

#77104D (or 0x77104D) is unknown color: approx Pompadour. HEX triplet: 77, 10 and 4D. RGB value is (119,16,77). Sum of RGB (Red+Green+Blue) = 119+16+77=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77104D is #88EFB2. Grayscale: #353535. Windows color (decimal): -8974259 or 5050487. OLE color: 5050487.

HSL color Cylindrical-coordinate representation of color #77104D: hue angle of 324.47º 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 #77104D is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1191677-
CMYK00.870.350.53
HSL324.47º76.3%26.47%-
HSV(B)324.47º86.55%46.67%-
XYZ9.134.837.47-
YUV53.75141.12174.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=56.13%
G=7.55%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119167700.870.350.53324.4776.326.47
Hex77104D05723351444c1a
Octal167201150127436550411432
Binary111011110000100110101010111100011110101101000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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