Shades of Solid Pink #7A444B
Tints of Solid Pink #7A444B
RGB
CMYK
RGB Variations
Color information
#7A444B (or 0x7A444B) is known color: Solid Pink. HEX triplet: 7A, 44 and 4B. RGB value is (122,68,75). Sum of RGB (Red+Green+Blue) = 122+68+75=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A444B is #85BBB4. Grayscale: #545454. Windows color (decimal): -8764341 or 4932730. OLE color: 4932730.
HSL color Cylindrical-coordinate representation of color #7A444B: hue angle of 352.22º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A444B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 68 | 75 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.52 |
| HSL | 352.22º | 0.28% | 0.37% | - |
| HSV(B) | 352.22º | 0.44% | 0.48% | - |
| XYZ | 11.36 | 8.78 | 7.75 | - |
| YUV | 84.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 75 | 0 | 0.44 | 0.39 | 0.52 | 352.22 | 0.28 | 0.37 |
| Hex | 7A | 44 | 4B | 0 | 2C | 27 | 34 | 160 | 1C | 25 |
| Octal | 172 | 104 | 113 | 0 | 54 | 47 | 64 | 540 | 34 | 45 |
| Binary | 1111010 | 1000100 | 1001011 | 0 | 101100 | 100111 | 110100 | 101100000 | 11100 | 100101 |
Color Harmonies of #7A444B
Complementary color
Monochromatic Colors of #7A444B
Black with #7A444B
Text Example
Text Example
White with #7A444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A444B; }
p { color: rgb(122,68,75); }
H1.HeaderClassName
{
color: #7A444B;
}
.AnyTagClassName
{
color: #7A444B;
}
</style>
background-color css
<style>
a { background-color: #7A444B; }
a { background-color: rgb(122,68,75); }
div.DivClassName
{
background-color: #7A444B;
}
.BgClassName
{
background-color: #7A444B;
}
</style>
border-color css
<style>
span { border-color: #7A444B; }
span { border-color: rgb(122,68,75); }
td.TdClassName
{
border-color: #7A444B;
}
.TagClassName
{
border-color: #7A444B;
}
</style>