Shades of Turkish Rose #B0777D
Tints of Turkish Rose #B0777D
RGB
CMYK
RGB Variations
Color information
#B0777D (or 0xB0777D) is known color: Turkish Rose. HEX triplet: B0, 77 and 7D. RGB value is (176,119,125). Sum of RGB (Red+Green+Blue) = 176+119+125=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0777D is #4F8882. Grayscale: #888888. Windows color (decimal): -5212291 or 8222640. OLE color: 8222640.
HSL color Cylindrical-coordinate representation of color #B0777D: hue angle of 353.68º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0777D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 125 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.31 |
| HSL | 353.68º | 0.27% | 0.58% | - |
| HSV(B) | 353.68º | 0.32% | 0.69% | - |
| XYZ | 28.2 | 23.9 | 22.53 | - |
| YUV | 136.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 125 | 0 | 0.32 | 0.29 | 0.31 | 353.68 | 0.27 | 0.58 |
| Hex | B0 | 77 | 7D | 0 | 20 | 1D | 1F | 162 | 1B | 3A |
| Octal | 260 | 167 | 175 | 0 | 40 | 35 | 37 | 542 | 33 | 72 |
| Binary | 10110000 | 1110111 | 1111101 | 0 | 100000 | 11101 | 11111 | 101100010 | 11011 | 111010 |
Color Harmonies of #B0777D
Complementary color
Monochromatic Colors of #B0777D
Black with #B0777D
Text Example
Text Example
White with #B0777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0777D; }
p { color: rgb(176,119,125); }
H1.HeaderClassName
{
color: #B0777D;
}
.AnyTagClassName
{
color: #B0777D;
}
</style>
background-color css
<style>
a { background-color: #B0777D; }
a { background-color: rgb(176,119,125); }
div.DivClassName
{
background-color: #B0777D;
}
.BgClassName
{
background-color: #B0777D;
}
</style>
border-color css
<style>
span { border-color: #B0777D; }
span { border-color: rgb(176,119,125); }
td.TdClassName
{
border-color: #B0777D;
}
.TagClassName
{
border-color: #B0777D;
}
</style>