Shades of Trendy Pink #815B7F
Tints of Trendy Pink #815B7F
RGB
CMYK
RGB Variations
Color information
#815B7F (or 0x815B7F) is known color: Trendy Pink. HEX triplet: 81, 5B and 7F. RGB value is (129,91,127). Sum of RGB (Red+Green+Blue) = 129+91+127=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #815B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B7F is #7EA480. Grayscale: #6A6A6A. Windows color (decimal): -8299649 or 8346497. OLE color: 8346497.
HSL color Cylindrical-coordinate representation of color #815B7F: hue angle of 303.16º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815B7F is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 91 | 127 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.49 |
| HSL | 303.16º | 0.17% | 0.43% | - |
| HSV(B) | 303.16º | 0.29% | 0.51% | - |
| XYZ | 16.63 | 13.68 | 21.84 | - |
| YUV | 106.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 127 | 0 | 0.29 | 0.02 | 0.49 | 303.16 | 0.17 | 0.43 |
| Hex | 81 | 5B | 7F | 0 | 1D | 2 | 31 | 12F | 11 | 2B |
| Octal | 201 | 133 | 177 | 0 | 35 | 2 | 61 | 457 | 21 | 53 |
| Binary | 10000001 | 1011011 | 1111111 | 0 | 11101 | 10 | 110001 | 100101111 | 10001 | 101011 |
Color Harmonies of #815B7F
Complementary color
Monochromatic Colors of #815B7F
Black with #815B7F
Text Example
Text Example
White with #815B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815B7F; }
p { color: rgb(129,91,127); }
H1.HeaderClassName
{
color: #815B7F;
}
.AnyTagClassName
{
color: #815B7F;
}
</style>
background-color css
<style>
a { background-color: #815B7F; }
a { background-color: rgb(129,91,127); }
div.DivClassName
{
background-color: #815B7F;
}
.BgClassName
{
background-color: #815B7F;
}
</style>
border-color css
<style>
span { border-color: #815B7F; }
span { border-color: rgb(129,91,127); }
td.TdClassName
{
border-color: #815B7F;
}
.TagClassName
{
border-color: #815B7F;
}
</style>