Shades of Solid Pink #874A4E
Tints of Solid Pink #874A4E
RGB
CMYK
RGB Variations
Color information
#874A4E (or 0x874A4E) is known color: Solid Pink. HEX triplet: 87, 4A and 4E. RGB value is (135,74,78). Sum of RGB (Red+Green+Blue) = 135+74+78=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A4E is #78B5B1. Grayscale: #5C5C5C. Windows color (decimal): -7910834 or 5130887. OLE color: 5130887.
HSL color Cylindrical-coordinate representation of color #874A4E: hue angle of 356.07º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874A4E is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 78 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.47 |
| HSL | 356.07º | 0.29% | 0.41% | - |
| HSV(B) | 356.07º | 0.45% | 0.53% | - |
| XYZ | 13.82 | 10.6 | 8.53 | - |
| YUV | 92.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 78 | 0 | 0.45 | 0.42 | 0.47 | 356.07 | 0.29 | 0.41 |
| Hex | 87 | 4A | 4E | 0 | 2D | 2A | 2F | 164 | 1D | 29 |
| Octal | 207 | 112 | 116 | 0 | 55 | 52 | 57 | 544 | 35 | 51 |
| Binary | 10000111 | 1001010 | 1001110 | 0 | 101101 | 101010 | 101111 | 101100100 | 11101 | 101001 |
Color Harmonies of #874A4E
Complementary color
Monochromatic Colors of #874A4E
Black with #874A4E
Text Example
Text Example
White with #874A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A4E; }
p { color: rgb(135,74,78); }
H1.HeaderClassName
{
color: #874A4E;
}
.AnyTagClassName
{
color: #874A4E;
}
</style>
background-color css
<style>
a { background-color: #874A4E; }
a { background-color: rgb(135,74,78); }
div.DivClassName
{
background-color: #874A4E;
}
.BgClassName
{
background-color: #874A4E;
}
</style>
border-color css
<style>
span { border-color: #874A4E; }
span { border-color: rgb(135,74,78); }
td.TdClassName
{
border-color: #874A4E;
}
.TagClassName
{
border-color: #874A4E;
}
</style>