#761847

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

Shades of Pompadour #761847

Tints of Pompadour #761847

Color information

#761847 (or 0x761847) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 47. RGB value is (118,24,71). Sum of RGB (Red+Green+Blue) = 118+24+71=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #761847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761847 is #89E7B8. Grayscale: #393939. Windows color (decimal): -9037753 or 4659318. OLE color: 4659318.

HSL color Cylindrical-coordinate representation of color #761847: hue angle of 330º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761847 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1182471-
CMYK00.800.400.54
HSL330º66.2%27.84%-
HSV(B)330º79.66%46.27%-
XYZ8.944.966.45-
YUV57.46135.64171.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=55.40%
G=11.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118247100.800.400.5433066.227.84
Hex761847050283614a421c
Octal166301070120506651210234
Binary111011011000100011101010000101000110110101001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761847; }

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

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

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

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

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

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

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

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