Shades of Brink Pink #FF767E
Tints of Brink Pink #FF767E
RGB
CMYK
RGB Variations
Color information
#FF767E (or 0xFF767E) is known color: Brink Pink. HEX triplet: FF, 76 and 7E. RGB value is (255,118,126). Sum of RGB (Red+Green+Blue) = 255+118+126=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF767E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF767E is #008981. Grayscale: #9F9F9F. Windows color (decimal): -35202 or 8287999. OLE color: 8287999.
HSL color Cylindrical-coordinate representation of color #FF767E: hue angle of 356.5º 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 #FF767E is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 126 | - |
| CMYK | 0 | 0.54 | 0.51 | 0 |
| HSL | 356.5º | 1% | 0.73% | - |
| HSV(B) | 356.5º | 0.54% | 1% | - |
| XYZ | 51.48 | 35.72 | 23.92 | - |
| YUV | 159.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 126 | 0 | 0.54 | 0.51 | 0 | 356.5 | 1 | 0.73 |
| Hex | FF | 76 | 7E | 0 | 36 | 33 | 0 | 164 | 64 | 49 |
| Octal | 377 | 166 | 176 | 0 | 66 | 63 | 0 | 544 | 144 | 111 |
| Binary | 11111111 | 1110110 | 1111110 | 0 | 110110 | 110011 | 0 | 101100100 | 1100100 | 1001001 |
Color Harmonies of #FF767E
Complementary color
Monochromatic Colors of #FF767E
Black with #FF767E
Text Example
Text Example
White with #FF767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF767E; }
p { color: rgb(255,118,126); }
H1.HeaderClassName
{
color: #FF767E;
}
.AnyTagClassName
{
color: #FF767E;
}
</style>
background-color css
<style>
a { background-color: #FF767E; }
a { background-color: rgb(255,118,126); }
div.DivClassName
{
background-color: #FF767E;
}
.BgClassName
{
background-color: #FF767E;
}
</style>
border-color css
<style>
span { border-color: #FF767E; }
span { border-color: rgb(255,118,126); }
td.TdClassName
{
border-color: #FF767E;
}
.TagClassName
{
border-color: #FF767E;
}
</style>