Shades of Brink Pink #FF767B
Tints of Brink Pink #FF767B
RGB
CMYK
RGB Variations
Color information
#FF767B (or 0xFF767B) is known color: Brink Pink. HEX triplet: FF, 76 and 7B. RGB value is (255,118,123). Sum of RGB (Red+Green+Blue) = 255+118+123=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF767B is #008984. Grayscale: #9F9F9F. Windows color (decimal): -35205 or 8091391. OLE color: 8091391.
HSL color Cylindrical-coordinate representation of color #FF767B: hue angle of 357.81º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF767B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 123 | - |
| CMYK | 0 | 0.54 | 0.52 | 0 |
| HSL | 357.81º | 1% | 0.73% | - |
| HSV(B) | 357.81º | 0.54% | 1% | - |
| XYZ | 51.29 | 35.65 | 22.92 | - |
| YUV | 159.53 | 107.39 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 123 | 0 | 0.54 | 0.52 | 0 | 357.81 | 1 | 0.73 |
| Hex | FF | 76 | 7B | 0 | 36 | 34 | 0 | 166 | 64 | 49 |
| Octal | 377 | 166 | 173 | 0 | 66 | 64 | 0 | 546 | 144 | 111 |
| Binary | 11111111 | 1110110 | 1111011 | 0 | 110110 | 110100 | 0 | 101100110 | 1100100 | 1001001 |
Color Harmonies of #FF767B
Complementary color
Monochromatic Colors of #FF767B
Black with #FF767B
Text Example
Text Example
White with #FF767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF767B; }
p { color: rgb(255,118,123); }
H1.HeaderClassName
{
color: #FF767B;
}
.AnyTagClassName
{
color: #FF767B;
}
</style>
background-color css
<style>
a { background-color: #FF767B; }
a { background-color: rgb(255,118,123); }
div.DivClassName
{
background-color: #FF767B;
}
.BgClassName
{
background-color: #FF767B;
}
</style>
border-color css
<style>
span { border-color: #FF767B; }
span { border-color: rgb(255,118,123); }
td.TdClassName
{
border-color: #FF767B;
}
.TagClassName
{
border-color: #FF767B;
}
</style>