#760D4A

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

Shades of Pompadour #760D4A

Tints of Pompadour #760D4A

Color information

#760D4A (or 0x760D4A) is unknown color: approx Pompadour. HEX triplet: 76, 0D and 4A. RGB value is (118,13,74). Sum of RGB (Red+Green+Blue) = 118+13+74=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #760D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D4A is #89F2B5. Grayscale: #333333. Windows color (decimal): -9040566 or 4853110. OLE color: 4853110.

HSL color Cylindrical-coordinate representation of color #760D4A: hue angle of 325.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D4A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1181374-
CMYK00.890.370.54
HSL325.14º80.15%25.69%-
HSV(B)325.14º88.98%46.27%-
XYZ8.854.636.91-
YUV51.35140.79175.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=57.56%
G=6.34%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118137400.890.370.54325.1480.1525.69
Hex76D4A0592536145501a
Octal166151120131456650512032
Binary11101101101100101001011001100101110110101000101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760D4A; }

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

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

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

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

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

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

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

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