Shades of Solid Pink #784A4B
Tints of Solid Pink #784A4B
RGB
CMYK
RGB Variations
Color information
#784A4B (or 0x784A4B) is known color: Solid Pink. HEX triplet: 78, 4A and 4B. RGB value is (120,74,75). Sum of RGB (Red+Green+Blue) = 120+74+75=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A4B is #87B5B4. Grayscale: #575757. Windows color (decimal): -8893877 or 4934264. OLE color: 4934264.
HSL color Cylindrical-coordinate representation of color #784A4B: hue angle of 358.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784A4B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 74 | 75 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.53 |
| HSL | 358.7º | 0.24% | 0.38% | - |
| HSV(B) | 358.7º | 0.38% | 0.47% | - |
| XYZ | 11.46 | 9.4 | 7.87 | - |
| YUV | 87.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 75 | 0 | 0.38 | 0.37 | 0.53 | 358.7 | 0.24 | 0.38 |
| Hex | 78 | 4A | 4B | 0 | 26 | 25 | 35 | 167 | 18 | 26 |
| Octal | 170 | 112 | 113 | 0 | 46 | 45 | 65 | 547 | 30 | 46 |
| Binary | 1111000 | 1001010 | 1001011 | 0 | 100110 | 100101 | 110101 | 101100111 | 11000 | 100110 |
Color Harmonies of #784A4B
Complementary color
Monochromatic Colors of #784A4B
Black with #784A4B
Text Example
Text Example
White with #784A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A4B; }
p { color: rgb(120,74,75); }
H1.HeaderClassName
{
color: #784A4B;
}
.AnyTagClassName
{
color: #784A4B;
}
</style>
background-color css
<style>
a { background-color: #784A4B; }
a { background-color: rgb(120,74,75); }
div.DivClassName
{
background-color: #784A4B;
}
.BgClassName
{
background-color: #784A4B;
}
</style>
border-color css
<style>
span { border-color: #784A4B; }
span { border-color: rgb(120,74,75); }
td.TdClassName
{
border-color: #784A4B;
}
.TagClassName
{
border-color: #784A4B;
}
</style>