#761247

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

Shades of Pompadour #761247

Tints of Pompadour #761247

Color information

#761247 (or 0x761247) is unknown color: approx Pompadour. HEX triplet: 76, 12 and 47. RGB value is (118,18,71). Sum of RGB (Red+Green+Blue) = 118+18+71=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761247 is #89EDB8. Grayscale: #353535. Windows color (decimal): -9039289 or 4657782. OLE color: 4657782.

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

Color convert

RGB1181871-
CMYK00.850.400.54
HSL328.2º73.53%26.67%-
HSV(B)328.2º84.75%46.27%-
XYZ8.824.746.41-
YUV53.94137.63173.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=57.00%
G=8.70%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118187100.850.400.54328.273.5326.67
Hex76124705528361484a1b
Octal166221070125506651011233
Binary111011010010100011101010101101000110110101001000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761247; }

 p { color: rgb(118,18,71); }

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

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

 a { background-color: rgb(118,18,71); }

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

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

 span { border-color: rgb(118,18,71); }

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