Shades of Brink Pink #FF777F
Tints of Brink Pink #FF777F
RGB
CMYK
RGB Variations
Color information
#FF777F (or 0xFF777F) is known color: Brink Pink. HEX triplet: FF, 77 and 7F. RGB value is (255,119,127). Sum of RGB (Red+Green+Blue) = 255+119+127=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF777F is #008880. Grayscale: #A0A0A0. Windows color (decimal): -34945 or 8353791. OLE color: 8353791.
HSL color Cylindrical-coordinate representation of color #FF777F: hue angle of 356.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF777F is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 127 | - |
| CMYK | 0 | 0.53 | 0.50 | 0 |
| HSL | 356.47º | 1% | 0.73% | - |
| HSV(B) | 356.47º | 0.53% | 1% | - |
| XYZ | 51.67 | 35.99 | 24.3 | - |
| YUV | 160.58 | 109.06 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 127 | 0 | 0.53 | 0.50 | 0 | 356.47 | 1 | 0.73 |
| Hex | FF | 77 | 7F | 0 | 35 | 32 | 0 | 164 | 64 | 49 |
| Octal | 377 | 167 | 177 | 0 | 65 | 62 | 0 | 544 | 144 | 111 |
| Binary | 11111111 | 1110111 | 1111111 | 0 | 110101 | 110010 | 0 | 101100100 | 1100100 | 1001001 |
Color Harmonies of #FF777F
Complementary color
Monochromatic Colors of #FF777F
Black with #FF777F
Text Example
Text Example
White with #FF777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF777F; }
p { color: rgb(255,119,127); }
H1.HeaderClassName
{
color: #FF777F;
}
.AnyTagClassName
{
color: #FF777F;
}
</style>
background-color css
<style>
a { background-color: #FF777F; }
a { background-color: rgb(255,119,127); }
div.DivClassName
{
background-color: #FF777F;
}
.BgClassName
{
background-color: #FF777F;
}
</style>
border-color css
<style>
span { border-color: #FF777F; }
span { border-color: rgb(255,119,127); }
td.TdClassName
{
border-color: #FF777F;
}
.TagClassName
{
border-color: #FF777F;
}
</style>