Shades of Brink Pink #FF777D
Tints of Brink Pink #FF777D
RGB
CMYK
RGB Variations
Color information
#FF777D (or 0xFF777D) is known color: Brink Pink. HEX triplet: FF, 77 and 7D. RGB value is (255,119,125). Sum of RGB (Red+Green+Blue) = 255+119+125=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF777D is #008882. Grayscale: #A0A0A0. Windows color (decimal): -34947 or 8222719. OLE color: 8222719.
HSL color Cylindrical-coordinate representation of color #FF777D: hue angle of 357.35º 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 #FF777D is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 125 | - |
| CMYK | 0 | 0.53 | 0.51 | 0 |
| HSL | 357.35º | 1% | 0.73% | - |
| HSV(B) | 357.35º | 0.53% | 1% | - |
| XYZ | 51.54 | 35.93 | 23.62 | - |
| YUV | 160.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 125 | 0 | 0.53 | 0.51 | 0 | 357.35 | 1 | 0.73 |
| Hex | FF | 77 | 7D | 0 | 35 | 33 | 0 | 165 | 64 | 49 |
| Octal | 377 | 167 | 175 | 0 | 65 | 63 | 0 | 545 | 144 | 111 |
| Binary | 11111111 | 1110111 | 1111101 | 0 | 110101 | 110011 | 0 | 101100101 | 1100100 | 1001001 |
Color Harmonies of #FF777D
Complementary color
Monochromatic Colors of #FF777D
Black with #FF777D
Text Example
Text Example
White with #FF777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF777D; }
p { color: rgb(255,119,125); }
H1.HeaderClassName
{
color: #FF777D;
}
.AnyTagClassName
{
color: #FF777D;
}
</style>
background-color css
<style>
a { background-color: #FF777D; }
a { background-color: rgb(255,119,125); }
div.DivClassName
{
background-color: #FF777D;
}
.BgClassName
{
background-color: #FF777D;
}
</style>
border-color css
<style>
span { border-color: #FF777D; }
span { border-color: rgb(255,119,125); }
td.TdClassName
{
border-color: #FF777D;
}
.TagClassName
{
border-color: #FF777D;
}
</style>