Shades of Turkish Rose #B77C7D
Tints of Turkish Rose #B77C7D
RGB
CMYK
RGB Variations
Color information
#B77C7D (or 0xB77C7D) is known color: Turkish Rose. HEX triplet: B7, 7C and 7D. RGB value is (183,124,125). Sum of RGB (Red+Green+Blue) = 183+124+125=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C7D is #488382. Grayscale: #8D8D8D. Windows color (decimal): -4752259 or 8223927. OLE color: 8223927.
HSL color Cylindrical-coordinate representation of color #B77C7D: hue angle of 358.98º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77C7D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 125 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.28 |
| HSL | 358.98º | 0.29% | 0.6% | - |
| HSV(B) | 358.98º | 0.32% | 0.72% | - |
| XYZ | 30.44 | 25.96 | 22.81 | - |
| YUV | 141.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 125 | 0 | 0.32 | 0.32 | 0.28 | 358.98 | 0.29 | 0.6 |
| Hex | B7 | 7C | 7D | 0 | 20 | 20 | 1C | 167 | 1D | 3C |
| Octal | 267 | 174 | 175 | 0 | 40 | 40 | 34 | 547 | 35 | 74 |
| Binary | 10110111 | 1111100 | 1111101 | 0 | 100000 | 100000 | 11100 | 101100111 | 11101 | 111100 |
Color Harmonies of #B77C7D
Complementary color
Monochromatic Colors of #B77C7D
Black with #B77C7D
Text Example
Text Example
White with #B77C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C7D; }
p { color: rgb(183,124,125); }
H1.HeaderClassName
{
color: #B77C7D;
}
.AnyTagClassName
{
color: #B77C7D;
}
</style>
background-color css
<style>
a { background-color: #B77C7D; }
a { background-color: rgb(183,124,125); }
div.DivClassName
{
background-color: #B77C7D;
}
.BgClassName
{
background-color: #B77C7D;
}
</style>
border-color css
<style>
span { border-color: #B77C7D; }
span { border-color: rgb(183,124,125); }
td.TdClassName
{
border-color: #B77C7D;
}
.TagClassName
{
border-color: #B77C7D;
}
</style>