Shades of Turkish Rose #B7787B
Tints of Turkish Rose #B7787B
RGB
CMYK
RGB Variations
Color information
#B7787B (or 0xB7787B) is known color: Turkish Rose. HEX triplet: B7, 78 and 7B. RGB value is (183,120,123). Sum of RGB (Red+Green+Blue) = 183+120+123=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7787B is #488784. Grayscale: #8B8B8B. Windows color (decimal): -4753285 or 8091831. OLE color: 8091831.
HSL color Cylindrical-coordinate representation of color #B7787B: hue angle of 357.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7787B is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 123 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.28 |
| HSL | 357.14º | 0.3% | 0.59% | - |
| HSV(B) | 357.14º | 0.34% | 0.72% | - |
| XYZ | 29.82 | 24.93 | 21.98 | - |
| YUV | 139.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 123 | 0 | 0.34 | 0.33 | 0.28 | 357.14 | 0.3 | 0.59 |
| Hex | B7 | 78 | 7B | 0 | 22 | 21 | 1C | 165 | 1E | 3B |
| Octal | 267 | 170 | 173 | 0 | 42 | 41 | 34 | 545 | 36 | 73 |
| Binary | 10110111 | 1111000 | 1111011 | 0 | 100010 | 100001 | 11100 | 101100101 | 11110 | 111011 |
Color Harmonies of #B7787B
Complementary color
Monochromatic Colors of #B7787B
Black with #B7787B
Text Example
Text Example
White with #B7787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7787B; }
p { color: rgb(183,120,123); }
H1.HeaderClassName
{
color: #B7787B;
}
.AnyTagClassName
{
color: #B7787B;
}
</style>
background-color css
<style>
a { background-color: #B7787B; }
a { background-color: rgb(183,120,123); }
div.DivClassName
{
background-color: #B7787B;
}
.BgClassName
{
background-color: #B7787B;
}
</style>
border-color css
<style>
span { border-color: #B7787B; }
span { border-color: rgb(183,120,123); }
td.TdClassName
{
border-color: #B7787B;
}
.TagClassName
{
border-color: #B7787B;
}
</style>