#761946

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

Shades of Pompadour #761946

Tints of Pompadour #761946

Color information

#761946 (or 0x761946) is unknown color: approx Pompadour. HEX triplet: 76, 19 and 46. RGB value is (118,25,70). Sum of RGB (Red+Green+Blue) = 118+25+70=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #761946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761946 is #89E6B9. Grayscale: #393939. Windows color (decimal): -9037498 or 4594038. OLE color: 4594038.

HSL color Cylindrical-coordinate representation of color #761946: hue angle of 330.97º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761946 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1182570-
CMYK00.790.410.54
HSL330.97º65.03%28.04%-
HSV(B)330.97º78.81%46.27%-
XYZ8.924.996.29-
YUV57.94134.81170.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 70 (27.73% from 255) = 32.86%
R=55.40%
G=11.74%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118257000.790.410.54330.9765.0328.04
Hex76194604F293614b411c
Octal166311060117516651310134
Binary111011011001100011001001111101001110110101001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761946; }

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

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

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

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

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

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

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

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