#761054

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

Shades of Pompadour #761054

Tints of Pompadour #761054

Color information

#761054 (or 0x761054) is unknown color: approx Pompadour. HEX triplet: 76, 10 and 54. RGB value is (118,16,84). Sum of RGB (Red+Green+Blue) = 118+16+84=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #761054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761054 is #89EFAB. Grayscale: #363636. Windows color (decimal): -9039788 or 5509238. OLE color: 5509238.

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

Color convert

RGB1181684-
CMYK00.860.290.54
HSL320º76.12%26.27%-
HSV(B)320º86.44%46.27%-
XYZ9.264.868.84-
YUV54.25144.79173.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=54.13%
G=7.34%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118168400.860.290.5432076.1226.27
Hex7610540561D361404c1a
Octal166201240126356650011432
Binary11101101000010101000101011011101110110101000000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761054; }

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

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

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

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

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

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

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

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