Shades of Turkish Rose #B7797A
Tints of Turkish Rose #B7797A
RGB
CMYK
RGB Variations
Color information
#B7797A (or 0xB7797A) is known color: Turkish Rose. HEX triplet: B7, 79 and 7A. RGB value is (183,121,122). Sum of RGB (Red+Green+Blue) = 183+121+122=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7797A is #488685. Grayscale: #8B8B8B. Windows color (decimal): -4753030 or 8026551. OLE color: 8026551.
HSL color Cylindrical-coordinate representation of color #B7797A: hue angle of 359.03º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7797A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 122 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.28 |
| HSL | 359.03º | 0.3% | 0.6% | - |
| HSV(B) | 359.03º | 0.34% | 0.72% | - |
| XYZ | 29.88 | 25.15 | 21.69 | - |
| YUV | 139.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 122 | 0 | 0.34 | 0.33 | 0.28 | 359.03 | 0.3 | 0.6 |
| Hex | B7 | 79 | 7A | 0 | 22 | 21 | 1C | 167 | 1E | 3C |
| Octal | 267 | 171 | 172 | 0 | 42 | 41 | 34 | 547 | 36 | 74 |
| Binary | 10110111 | 1111001 | 1111010 | 0 | 100010 | 100001 | 11100 | 101100111 | 11110 | 111100 |
Color Harmonies of #B7797A
Complementary color
Monochromatic Colors of #B7797A
Black with #B7797A
Text Example
Text Example
White with #B7797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7797A; }
p { color: rgb(183,121,122); }
H1.HeaderClassName
{
color: #B7797A;
}
.AnyTagClassName
{
color: #B7797A;
}
</style>
background-color css
<style>
a { background-color: #B7797A; }
a { background-color: rgb(183,121,122); }
div.DivClassName
{
background-color: #B7797A;
}
.BgClassName
{
background-color: #B7797A;
}
</style>
border-color css
<style>
span { border-color: #B7797A; }
span { border-color: rgb(183,121,122); }
td.TdClassName
{
border-color: #B7797A;
}
.TagClassName
{
border-color: #B7797A;
}
</style>