Shades of Turkish Rose #9B7A7D
Tints of Turkish Rose #9B7A7D
RGB
CMYK
RGB Variations
Color information
#9B7A7D (or 0x9B7A7D) is known color: Turkish Rose. HEX triplet: 9B, 7A and 7D. RGB value is (155,122,125). Sum of RGB (Red+Green+Blue) = 155+122+125=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A7D is #648582. Grayscale: #848484. Windows color (decimal): -6587779 or 8223387. OLE color: 8223387.
HSL color Cylindrical-coordinate representation of color #9B7A7D: hue angle of 354.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7A7D is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 122 | 125 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.39 |
| HSL | 354.55º | 0.14% | 0.54% | - |
| HSV(B) | 354.55º | 0.21% | 0.61% | - |
| XYZ | 24.18 | 22.37 | 22.45 | - |
| YUV | 132.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 125 | 0 | 0.21 | 0.19 | 0.39 | 354.55 | 0.14 | 0.54 |
| Hex | 9B | 7A | 7D | 0 | 15 | 13 | 27 | 163 | E | 36 |
| Octal | 233 | 172 | 175 | 0 | 25 | 23 | 47 | 543 | 16 | 66 |
| Binary | 10011011 | 1111010 | 1111101 | 0 | 10101 | 10011 | 100111 | 101100011 | 1110 | 110110 |
Color Harmonies of #9B7A7D
Complementary color
Monochromatic Colors of #9B7A7D
Black with #9B7A7D
Text Example
Text Example
White with #9B7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7A7D; }
p { color: rgb(155,122,125); }
H1.HeaderClassName
{
color: #9B7A7D;
}
.AnyTagClassName
{
color: #9B7A7D;
}
</style>
background-color css
<style>
a { background-color: #9B7A7D; }
a { background-color: rgb(155,122,125); }
div.DivClassName
{
background-color: #9B7A7D;
}
.BgClassName
{
background-color: #9B7A7D;
}
</style>
border-color css
<style>
span { border-color: #9B7A7D; }
span { border-color: rgb(155,122,125); }
td.TdClassName
{
border-color: #9B7A7D;
}
.TagClassName
{
border-color: #9B7A7D;
}
</style>