#761554

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

Shades of Pompadour #761554

Tints of Pompadour #761554

Color information

#761554 (or 0x761554) is unknown color: approx Pompadour. HEX triplet: 76, 15 and 54. RGB value is (118,21,84). Sum of RGB (Red+Green+Blue) = 118+21+84=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761554 is #89EAAB. Grayscale: #393939. Windows color (decimal): -9038508 or 5510518. OLE color: 5510518.

HSL color Cylindrical-coordinate representation of color #761554: hue angle of 321.03º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761554 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1182184-
CMYK00.820.290.54
HSL321.03º69.78%27.25%-
HSV(B)321.03º82.2%46.27%-
XYZ9.345.038.87-
YUV57.18143.14171.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=52.91%
G=9.42%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118218400.820.290.54321.0369.7827.25
Hex7615540521D36141461b
Octal166251240122356650110633
Binary11101101010110101000101001011101110110101000001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761554; }

 p { color: rgb(118,21,84); }

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

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

 a { background-color: rgb(118,21,84); }

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

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

 span { border-color: rgb(118,21,84); }

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