#77134C

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

Shades of Pompadour #77134C

Tints of Pompadour #77134C

Color information

#77134C (or 0x77134C) is unknown color: approx Pompadour. HEX triplet: 77, 13 and 4C. RGB value is (119,19,76). Sum of RGB (Red+Green+Blue) = 119+19+76=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77134C is #88ECB3. Grayscale: #373737. Windows color (decimal): -8973492 or 4985719. OLE color: 4985719.

HSL color Cylindrical-coordinate representation of color #77134C: hue angle of 325.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77134C is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1191976-
CMYK00.840.360.53
HSL325.8º72.46%27.06%-
HSV(B)325.8º84.03%46.67%-
XYZ9.154.917.3-
YUV55.4139.63173.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=55.61%
G=8.88%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119197600.840.360.53325.872.4627.06
Hex77134C0542435146481b
Octal167231140124446550611033
Binary111011110011100110001010100100100110101101000110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77134C; }

 p { color: rgb(119,19,76); }

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

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

 a { background-color: rgb(119,19,76); }

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

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

 span { border-color: rgb(119,19,76); }

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