#761647

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

Shades of Pompadour #761647

Tints of Pompadour #761647

Color information

#761647 (or 0x761647) is unknown color: approx Pompadour. HEX triplet: 76, 16 and 47. RGB value is (118,22,71). Sum of RGB (Red+Green+Blue) = 118+22+71=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #761647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761647 is #89E9B8. Grayscale: #383838. Windows color (decimal): -9038265 or 4658806. OLE color: 4658806.

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

Color convert

RGB1182271-
CMYK00.810.400.54
HSL329.38º68.57%27.45%-
HSV(B)329.38º81.36%46.27%-
XYZ8.94.886.43-
YUV56.29136.3172.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=55.92%
G=10.43%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118227100.810.400.54329.3868.5727.45
Hex7616470512836149451b
Octal166261070121506651110533
Binary111011010110100011101010001101000110110101001001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761647; }

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

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

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

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

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

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

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

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