#761044

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

Shades of Pompadour #761044

Tints of Pompadour #761044

Color information

#761044 (or 0x761044) is unknown color: approx Pompadour. HEX triplet: 76, 10 and 44. RGB value is (118,16,68). Sum of RGB (Red+Green+Blue) = 118+16+68=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #761044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761044 is #89EFBB. Grayscale: #343434. Windows color (decimal): -9039804 or 4460662. OLE color: 4460662.

HSL color Cylindrical-coordinate representation of color #761044: hue angle of 329.41º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761044 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1181668-
CMYK00.860.420.54
HSL329.41º76.12%26.27%-
HSV(B)329.41º86.44%46.27%-
XYZ8.74.645.91-
YUV52.43136.79174.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=58.42%
G=7.92%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118166800.860.420.54329.4176.1226.27
Hex7610440562A361494c1a
Octal166201040126526651111432
Binary111011010000100010001010110101010110110101001001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761044; }

 p { color: rgb(118,16,68); }

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

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

 a { background-color: rgb(118,16,68); }

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

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

 span { border-color: rgb(118,16,68); }

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