#761546

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

Shades of Pompadour #761546

Tints of Pompadour #761546

Color information

#761546 (or 0x761546) is unknown color: approx Pompadour. HEX triplet: 76, 15 and 46. RGB value is (118,21,70). Sum of RGB (Red+Green+Blue) = 118+21+70=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #761546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761546 is #89EAB9. Grayscale: #373737. Windows color (decimal): -9038522 or 4593014. OLE color: 4593014.

HSL color Cylindrical-coordinate representation of color #761546: hue angle of 329.69º 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 #761546 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1182170-
CMYK00.820.410.54
HSL329.69º69.78%27.25%-
HSV(B)329.69º82.2%46.27%-
XYZ8.844.836.26-
YUV55.59136.14172.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=56.46%
G=10.05%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118217000.820.410.54329.6969.7827.25
Hex761546052293614a461b
Octal166251060122516651210633
Binary111011010101100011001010010101001110110101001010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761546; }

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

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

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

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

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

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

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

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