Shades of Turkish Rose #B7787A
Tints of Turkish Rose #B7787A
RGB
CMYK
RGB Variations
Color information
#B7787A (or 0xB7787A) is known color: Turkish Rose. HEX triplet: B7, 78 and 7A. RGB value is (183,120,122). Sum of RGB (Red+Green+Blue) = 183+120+122=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7787A is #488785. Grayscale: #8B8B8B. Windows color (decimal): -4753286 or 8026295. OLE color: 8026295.
HSL color Cylindrical-coordinate representation of color #B7787A: hue angle of 358.1º 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 #B7787A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 122 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.28 |
| HSL | 358.1º | 0.3% | 0.59% | - |
| HSV(B) | 358.1º | 0.34% | 0.72% | - |
| XYZ | 29.76 | 24.91 | 21.65 | - |
| YUV | 139.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 122 | 0 | 0.34 | 0.33 | 0.28 | 358.1 | 0.3 | 0.59 |
| Hex | B7 | 78 | 7A | 0 | 22 | 21 | 1C | 166 | 1E | 3B |
| Octal | 267 | 170 | 172 | 0 | 42 | 41 | 34 | 546 | 36 | 73 |
| Binary | 10110111 | 1111000 | 1111010 | 0 | 100010 | 100001 | 11100 | 101100110 | 11110 | 111011 |
Color Harmonies of #B7787A
Complementary color
Monochromatic Colors of #B7787A
Black with #B7787A
Text Example
Text Example
White with #B7787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7787A; }
p { color: rgb(183,120,122); }
H1.HeaderClassName
{
color: #B7787A;
}
.AnyTagClassName
{
color: #B7787A;
}
</style>
background-color css
<style>
a { background-color: #B7787A; }
a { background-color: rgb(183,120,122); }
div.DivClassName
{
background-color: #B7787A;
}
.BgClassName
{
background-color: #B7787A;
}
</style>
border-color css
<style>
span { border-color: #B7787A; }
span { border-color: rgb(183,120,122); }
td.TdClassName
{
border-color: #B7787A;
}
.TagClassName
{
border-color: #B7787A;
}
</style>