Shades of Turkish Rose #B7757B
Tints of Turkish Rose #B7757B
RGB
CMYK
RGB Variations
Color information
#B7757B (or 0xB7757B) is known color: Turkish Rose. HEX triplet: B7, 75 and 7B. RGB value is (183,117,123). Sum of RGB (Red+Green+Blue) = 183+117+123=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7757B is #488A84. Grayscale: #898989. Windows color (decimal): -4754053 or 8091063. OLE color: 8091063.
HSL color Cylindrical-coordinate representation of color #B7757B: hue angle of 354.55º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7757B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 123 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.28 |
| HSL | 354.55º | 0.31% | 0.59% | - |
| HSV(B) | 354.55º | 0.36% | 0.72% | - |
| XYZ | 29.46 | 24.22 | 21.86 | - |
| YUV | 137.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 123 | 0 | 0.36 | 0.33 | 0.28 | 354.55 | 0.31 | 0.59 |
| Hex | B7 | 75 | 7B | 0 | 24 | 21 | 1C | 163 | 1F | 3B |
| Octal | 267 | 165 | 173 | 0 | 44 | 41 | 34 | 543 | 37 | 73 |
| Binary | 10110111 | 1110101 | 1111011 | 0 | 100100 | 100001 | 11100 | 101100011 | 11111 | 111011 |
Color Harmonies of #B7757B
Complementary color
Monochromatic Colors of #B7757B
Black with #B7757B
Text Example
Text Example
White with #B7757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7757B; }
p { color: rgb(183,117,123); }
H1.HeaderClassName
{
color: #B7757B;
}
.AnyTagClassName
{
color: #B7757B;
}
</style>
background-color css
<style>
a { background-color: #B7757B; }
a { background-color: rgb(183,117,123); }
div.DivClassName
{
background-color: #B7757B;
}
.BgClassName
{
background-color: #B7757B;
}
</style>
border-color css
<style>
span { border-color: #B7757B; }
span { border-color: rgb(183,117,123); }
td.TdClassName
{
border-color: #B7757B;
}
.TagClassName
{
border-color: #B7757B;
}
</style>