#76204A

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

Shades of Pompadour #76204A

Tints of Pompadour #76204A

Color information

#76204A (or 0x76204A) is unknown color: approx Pompadour. HEX triplet: 76, 20 and 4A. RGB value is (118,32,74). Sum of RGB (Red+Green+Blue) = 118+32+74=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #76204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76204A is #89DFB5. Grayscale: #3E3E3E. Windows color (decimal): -9035702 or 4857974. OLE color: 4857974.

HSL color Cylindrical-coordinate representation of color #76204A: hue angle of 330.7º 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 #76204A is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1183274-
CMYK00.730.370.54
HSL330.7º57.33%29.41%-
HSV(B)330.7º72.88%46.27%-
XYZ9.225.387.03-
YUV62.5134.49167.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 32 (12.89% from 255) = 14.29%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=52.68%
G=14.29%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118327400.730.370.54330.757.3329.41
Hex76204A049253614b391d
Octal16640112011145665137135
Binary111011010000010010100100100110010111011010100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76204A; }

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

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

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

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

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

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

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

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