#772040

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

Shades of Pompadour #772040

Tints of Pompadour #772040

Color information

#772040 (or 0x772040) is unknown color: approx Pompadour. HEX triplet: 77, 20 and 40. RGB value is (119,32,64). Sum of RGB (Red+Green+Blue) = 119+32+64=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #772040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772040 is #88DFBF. Grayscale: #3D3D3D. Windows color (decimal): -8970176 or 4202615. OLE color: 4202615.

HSL color Cylindrical-coordinate representation of color #772040: hue angle of 337.93º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772040 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1193264-
CMYK00.730.460.53
HSL337.93º57.62%29.61%-
HSV(B)337.93º73.11%46.67%-
XYZ9.055.335.4-
YUV61.66129.32168.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=55.35%
G=14.88%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119326400.730.460.53337.9357.6229.61
Hex7720400492E351523a1e
Octal16740100011156655227236
Binary111011110000010000000100100110111011010110101001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772040; }

 p { color: rgb(119,32,64); }

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

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

 a { background-color: rgb(119,32,64); }

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

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

 span { border-color: rgb(119,32,64); }

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