#780E4A

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

Shades of Pompadour #780E4A

Tints of Pompadour #780E4A

Color information

#780E4A (or 0x780E4A) is unknown color: approx Pompadour. HEX triplet: 78, 0E and 4A. RGB value is (120,14,74). Sum of RGB (Red+Green+Blue) = 120+14+74=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #780E4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780E4A is #87F1B5. Grayscale: #343434. Windows color (decimal): -8909238 or 4853368. OLE color: 4853368.

HSL color Cylindrical-coordinate representation of color #780E4A: hue angle of 326.04º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E4A is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1201474-
CMYK00.880.380.53
HSL326.04º79.1%26.27%-
HSV(B)326.04º88.33%47.06%-
XYZ9.144.86.92-
YUV52.53140.12176.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.69%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=57.69%
G=6.73%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120147400.880.380.53326.0479.126.27
Hex78E4A05826351464f1a
Octal170161120130466550611732
Binary11110001110100101001011000100110110101101000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780E4A; }

 p { color: rgb(120,14,74); }

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

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

 a { background-color: rgb(120,14,74); }

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

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

 span { border-color: rgb(120,14,74); }

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