Shades of Solid Pink #7B4A4B
Tints of Solid Pink #7B4A4B
RGB
CMYK
RGB Variations
Color information
#7B4A4B (or 0x7B4A4B) is known color: Solid Pink. HEX triplet: 7B, 4A and 4B. RGB value is (123,74,75). Sum of RGB (Red+Green+Blue) = 123+74+75=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4A4B is #84B5B4. Grayscale: #585858. Windows color (decimal): -8697269 or 4934267. OLE color: 4934267.
HSL color Cylindrical-coordinate representation of color #7B4A4B: hue angle of 358.78º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B4A4B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 74 | 75 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.52 |
| HSL | 358.78º | 0.25% | 0.39% | - |
| HSV(B) | 358.78º | 0.4% | 0.48% | - |
| XYZ | 11.89 | 9.62 | 7.89 | - |
| YUV | 88.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 74 | 75 | 0 | 0.40 | 0.39 | 0.52 | 358.78 | 0.25 | 0.39 |
| Hex | 7B | 4A | 4B | 0 | 28 | 27 | 34 | 167 | 19 | 27 |
| Octal | 173 | 112 | 113 | 0 | 50 | 47 | 64 | 547 | 31 | 47 |
| Binary | 1111011 | 1001010 | 1001011 | 0 | 101000 | 100111 | 110100 | 101100111 | 11001 | 100111 |
Color Harmonies of #7B4A4B
Complementary color
Monochromatic Colors of #7B4A4B
Black with #7B4A4B
Text Example
Text Example
White with #7B4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4A4B; }
p { color: rgb(123,74,75); }
H1.HeaderClassName
{
color: #7B4A4B;
}
.AnyTagClassName
{
color: #7B4A4B;
}
</style>
background-color css
<style>
a { background-color: #7B4A4B; }
a { background-color: rgb(123,74,75); }
div.DivClassName
{
background-color: #7B4A4B;
}
.BgClassName
{
background-color: #7B4A4B;
}
</style>
border-color css
<style>
span { border-color: #7B4A4B; }
span { border-color: rgb(123,74,75); }
td.TdClassName
{
border-color: #7B4A4B;
}
.TagClassName
{
border-color: #7B4A4B;
}
</style>