Shades of Pompadour #78173D
Tints of Pompadour #78173D
RGB
CMYK
RGB Variations
Color information
#78173D (or 0x78173D) is known color: Pompadour. HEX triplet: 78, 17 and 3D. RGB value is (120,23,61). Sum of RGB (Red+Green+Blue) = 120+23+61=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78173D is #87E8C2. Grayscale: #383838. Windows color (decimal): -8906947 or 4003704. OLE color: 4003704.
HSL color Cylindrical-coordinate representation of color #78173D: hue angle of 336.49º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78173D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 61 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.53 |
| HSL | 336.49º | 0.68% | 0.28% | - |
| HSV(B) | 336.49º | 0.81% | 0.47% | - |
| XYZ | 8.89 | 4.94 | 4.9 | - |
| YUV | 56.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 61 | 0 | 0.81 | 0.49 | 0.53 | 336.49 | 0.68 | 0.28 |
| Hex | 78 | 17 | 3D | 0 | 51 | 31 | 35 | 150 | 44 | 1C |
| Octal | 170 | 27 | 75 | 0 | 121 | 61 | 65 | 520 | 104 | 34 |
| Binary | 1111000 | 10111 | 111101 | 0 | 1010001 | 110001 | 110101 | 101010000 | 1000100 | 11100 |
Color Harmonies of #78173D
Complementary color
Monochromatic Colors of #78173D
Black with #78173D
Text Example
Text Example
White with #78173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78173D; }
p { color: rgb(120,23,61); }
H1.HeaderClassName
{
color: #78173D;
}
.AnyTagClassName
{
color: #78173D;
}
</style>
background-color css
<style>
a { background-color: #78173D; }
a { background-color: rgb(120,23,61); }
div.DivClassName
{
background-color: #78173D;
}
.BgClassName
{
background-color: #78173D;
}
</style>
border-color css
<style>
span { border-color: #78173D; }
span { border-color: rgb(120,23,61); }
td.TdClassName
{
border-color: #78173D;
}
.TagClassName
{
border-color: #78173D;
}
</style>