Shades of Turkish Rose #B7757A
Tints of Turkish Rose #B7757A
RGB
CMYK
RGB Variations
Color information
#B7757A (or 0xB7757A) is known color: Turkish Rose. HEX triplet: B7, 75 and 7A. RGB value is (183,117,122). Sum of RGB (Red+Green+Blue) = 183+117+122=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7757A is #488A85. Grayscale: #898989. Windows color (decimal): -4754054 or 8025527. OLE color: 8025527.
HSL color Cylindrical-coordinate representation of color #B7757A: hue angle of 355.45º 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 #B7757A is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 122 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.28 |
| HSL | 355.45º | 0.31% | 0.59% | - |
| HSV(B) | 355.45º | 0.36% | 0.72% | - |
| XYZ | 29.4 | 24.2 | 21.53 | - |
| YUV | 137.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 122 | 0 | 0.36 | 0.33 | 0.28 | 355.45 | 0.31 | 0.59 |
| Hex | B7 | 75 | 7A | 0 | 24 | 21 | 1C | 163 | 1F | 3B |
| Octal | 267 | 165 | 172 | 0 | 44 | 41 | 34 | 543 | 37 | 73 |
| Binary | 10110111 | 1110101 | 1111010 | 0 | 100100 | 100001 | 11100 | 101100011 | 11111 | 111011 |
Color Harmonies of #B7757A
Complementary color
Monochromatic Colors of #B7757A
Black with #B7757A
Text Example
Text Example
White with #B7757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7757A; }
p { color: rgb(183,117,122); }
H1.HeaderClassName
{
color: #B7757A;
}
.AnyTagClassName
{
color: #B7757A;
}
</style>
background-color css
<style>
a { background-color: #B7757A; }
a { background-color: rgb(183,117,122); }
div.DivClassName
{
background-color: #B7757A;
}
.BgClassName
{
background-color: #B7757A;
}
</style>
border-color css
<style>
span { border-color: #B7757A; }
span { border-color: rgb(183,117,122); }
td.TdClassName
{
border-color: #B7757A;
}
.TagClassName
{
border-color: #B7757A;
}
</style>