Shades of Turkish Rose #B7777A
Tints of Turkish Rose #B7777A
RGB
CMYK
RGB Variations
Color information
#B7777A (or 0xB7777A) is known color: Turkish Rose. HEX triplet: B7, 77 and 7A. RGB value is (183,119,122). Sum of RGB (Red+Green+Blue) = 183+119+122=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7777A is #488885. Grayscale: #8A8A8A. Windows color (decimal): -4753542 or 8026039. OLE color: 8026039.
HSL color Cylindrical-coordinate representation of color #B7777A: hue angle of 357.19º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7777A is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 122 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.28 |
| HSL | 357.19º | 0.31% | 0.59% | - |
| HSV(B) | 357.19º | 0.35% | 0.72% | - |
| XYZ | 29.64 | 24.67 | 21.61 | - |
| YUV | 138.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 122 | 0 | 0.35 | 0.33 | 0.28 | 357.19 | 0.31 | 0.59 |
| Hex | B7 | 77 | 7A | 0 | 23 | 21 | 1C | 165 | 1F | 3B |
| Octal | 267 | 167 | 172 | 0 | 43 | 41 | 34 | 545 | 37 | 73 |
| Binary | 10110111 | 1110111 | 1111010 | 0 | 100011 | 100001 | 11100 | 101100101 | 11111 | 111011 |
Color Harmonies of #B7777A
Complementary color
Monochromatic Colors of #B7777A
Black with #B7777A
Text Example
Text Example
White with #B7777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7777A; }
p { color: rgb(183,119,122); }
H1.HeaderClassName
{
color: #B7777A;
}
.AnyTagClassName
{
color: #B7777A;
}
</style>
background-color css
<style>
a { background-color: #B7777A; }
a { background-color: rgb(183,119,122); }
div.DivClassName
{
background-color: #B7777A;
}
.BgClassName
{
background-color: #B7777A;
}
</style>
border-color css
<style>
span { border-color: #B7777A; }
span { border-color: rgb(183,119,122); }
td.TdClassName
{
border-color: #B7777A;
}
.TagClassName
{
border-color: #B7777A;
}
</style>