Shades of Turkish Rose #B76F78
Tints of Turkish Rose #B76F78
RGB
CMYK
RGB Variations
Color information
#B76F78 (or 0xB76F78) is known color: Turkish Rose. HEX triplet: B7, 6F and 78. RGB value is (183,111,120). Sum of RGB (Red+Green+Blue) = 183+111+120=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F78 is #489087. Grayscale: #858585. Windows color (decimal): -4755592 or 7892919. OLE color: 7892919.
HSL color Cylindrical-coordinate representation of color #B76F78: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76F78 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 120 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.28 |
| HSL | 352.5º | 0.33% | 0.58% | - |
| HSV(B) | 352.5º | 0.39% | 0.72% | - |
| XYZ | 28.6 | 22.79 | 20.66 | - |
| YUV | 133.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 120 | 0 | 0.39 | 0.34 | 0.28 | 352.5 | 0.33 | 0.58 |
| Hex | B7 | 6F | 78 | 0 | 27 | 22 | 1C | 160 | 21 | 3A |
| Octal | 267 | 157 | 170 | 0 | 47 | 42 | 34 | 540 | 41 | 72 |
| Binary | 10110111 | 1101111 | 1111000 | 0 | 100111 | 100010 | 11100 | 101100000 | 100001 | 111010 |
Color Harmonies of #B76F78
Complementary color
Monochromatic Colors of #B76F78
Black with #B76F78
Text Example
Text Example
White with #B76F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F78; }
p { color: rgb(183,111,120); }
H1.HeaderClassName
{
color: #B76F78;
}
.AnyTagClassName
{
color: #B76F78;
}
</style>
background-color css
<style>
a { background-color: #B76F78; }
a { background-color: rgb(183,111,120); }
div.DivClassName
{
background-color: #B76F78;
}
.BgClassName
{
background-color: #B76F78;
}
</style>
border-color css
<style>
span { border-color: #B76F78; }
span { border-color: rgb(183,111,120); }
td.TdClassName
{
border-color: #B76F78;
}
.TagClassName
{
border-color: #B76F78;
}
</style>