#762044

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

Shades of Pompadour #762044

Tints of Pompadour #762044

Color information

#762044 (or 0x762044) is unknown color: approx Pompadour. HEX triplet: 76, 20 and 44. RGB value is (118,32,68). Sum of RGB (Red+Green+Blue) = 118+32+68=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #762044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762044 is #89DFBB. Grayscale: #3D3D3D. Windows color (decimal): -9035708 or 4464758. OLE color: 4464758.

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

Color convert

RGB1183268-
CMYK00.730.420.54
HSL334.88º57.33%29.41%-
HSV(B)334.88º72.88%46.27%-
XYZ9.035.36.02-
YUV61.82131.49168.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=54.13%
G=14.68%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118326800.730.420.54334.8857.3329.41
Hex7620440492A3614f391d
Octal16640104011152665177135
Binary111011010000010001000100100110101011011010100111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762044; }

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

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

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

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

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

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

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

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