Shades of Turkish Rose #9E7B80
Tints of Turkish Rose #9E7B80
RGB
CMYK
RGB Variations
Color information
#9E7B80 (or 0x9E7B80) is known color: Turkish Rose. HEX triplet: 9E, 7B and 80. RGB value is (158,123,128). Sum of RGB (Red+Green+Blue) = 158+123+128=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7B80 is #61847F. Grayscale: #868686. Windows color (decimal): -6390912 or 8420254. OLE color: 8420254.
HSL color Cylindrical-coordinate representation of color #9E7B80: hue angle of 351.43º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E7B80 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 128 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.38 |
| HSL | 351.43º | 0.15% | 0.55% | - |
| HSV(B) | 351.43º | 0.22% | 0.62% | - |
| XYZ | 25.08 | 22.99 | 23.54 | - |
| YUV | 134.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 128 | 0 | 0.22 | 0.19 | 0.38 | 351.43 | 0.15 | 0.55 |
| Hex | 9E | 7B | 80 | 0 | 16 | 13 | 26 | 15F | F | 37 |
| Octal | 236 | 173 | 200 | 0 | 26 | 23 | 46 | 537 | 17 | 67 |
| Binary | 10011110 | 1111011 | 10000000 | 0 | 10110 | 10011 | 100110 | 101011111 | 1111 | 110111 |
Color Harmonies of #9E7B80
Complementary color
Monochromatic Colors of #9E7B80
Black with #9E7B80
Text Example
Text Example
White with #9E7B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B80; }
p { color: rgb(158,123,128); }
H1.HeaderClassName
{
color: #9E7B80;
}
.AnyTagClassName
{
color: #9E7B80;
}
</style>
background-color css
<style>
a { background-color: #9E7B80; }
a { background-color: rgb(158,123,128); }
div.DivClassName
{
background-color: #9E7B80;
}
.BgClassName
{
background-color: #9E7B80;
}
</style>
border-color css
<style>
span { border-color: #9E7B80; }
span { border-color: rgb(158,123,128); }
td.TdClassName
{
border-color: #9E7B80;
}
.TagClassName
{
border-color: #9E7B80;
}
</style>