Shades of Wewak #FF7F87
Tints of Wewak #FF7F87
RGB
CMYK
RGB Variations
Color information
#FF7F87 (or 0xFF7F87) is known color: Wewak. HEX triplet: FF, 7F and 87. RGB value is (255,127,135). Sum of RGB (Red+Green+Blue) = 255+127+135=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F87 is #008078. Grayscale: #A6A6A6. Windows color (decimal): -32889 or 8880127. OLE color: 8880127.
HSL color Cylindrical-coordinate representation of color #FF7F87: hue angle of 356.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7F87 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 135 | - |
| CMYK | 0 | 0.50 | 0.47 | 0 |
| HSL | 356.25º | 1% | 0.75% | - |
| HSV(B) | 356.25º | 0.5% | 1% | - |
| XYZ | 53.2 | 38.19 | 27.49 | - |
| YUV | 166.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 135 | 0 | 0.50 | 0.47 | 0 | 356.25 | 1 | 0.75 |
| Hex | FF | 7F | 87 | 0 | 32 | 2F | 0 | 164 | 64 | 4B |
| Octal | 377 | 177 | 207 | 0 | 62 | 57 | 0 | 544 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10000111 | 0 | 110010 | 101111 | 0 | 101100100 | 1100100 | 1001011 |
Color Harmonies of #FF7F87
Complementary color
Monochromatic Colors of #FF7F87
Black with #FF7F87
Text Example
Text Example
White with #FF7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F87; }
p { color: rgb(255,127,135); }
H1.HeaderClassName
{
color: #FF7F87;
}
.AnyTagClassName
{
color: #FF7F87;
}
</style>
background-color css
<style>
a { background-color: #FF7F87; }
a { background-color: rgb(255,127,135); }
div.DivClassName
{
background-color: #FF7F87;
}
.BgClassName
{
background-color: #FF7F87;
}
</style>
border-color css
<style>
span { border-color: #FF7F87; }
span { border-color: rgb(255,127,135); }
td.TdClassName
{
border-color: #FF7F87;
}
.TagClassName
{
border-color: #FF7F87;
}
</style>