Shades of Turkish Rose #927A7B
Tints of Turkish Rose #927A7B
RGB
CMYK
RGB Variations
Color information
#927A7B (or 0x927A7B) is known color: Turkish Rose. HEX triplet: 92, 7A and 7B. RGB value is (146,122,123). Sum of RGB (Red+Green+Blue) = 146+122+123=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #927A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A7B is #6D8584. Grayscale: #818181. Windows color (decimal): -7177605 or 8092306. OLE color: 8092306.
HSL color Cylindrical-coordinate representation of color #927A7B: hue angle of 357.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927A7B is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 123 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.43 |
| HSL | 357.5º | 0.1% | 0.53% | - |
| HSV(B) | 357.5º | 0.16% | 0.57% | - |
| XYZ | 22.39 | 21.46 | 21.7 | - |
| YUV | 129.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 123 | 0 | 0.16 | 0.16 | 0.43 | 357.5 | 0.1 | 0.53 |
| Hex | 92 | 7A | 7B | 0 | 10 | 10 | 2B | 166 | A | 35 |
| Octal | 222 | 172 | 173 | 0 | 20 | 20 | 53 | 546 | 12 | 65 |
| Binary | 10010010 | 1111010 | 1111011 | 0 | 10000 | 10000 | 101011 | 101100110 | 1010 | 110101 |
Color Harmonies of #927A7B
Complementary color
Monochromatic Colors of #927A7B
Black with #927A7B
Text Example
Text Example
White with #927A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A7B; }
p { color: rgb(146,122,123); }
H1.HeaderClassName
{
color: #927A7B;
}
.AnyTagClassName
{
color: #927A7B;
}
</style>
background-color css
<style>
a { background-color: #927A7B; }
a { background-color: rgb(146,122,123); }
div.DivClassName
{
background-color: #927A7B;
}
.BgClassName
{
background-color: #927A7B;
}
</style>
border-color css
<style>
span { border-color: #927A7B; }
span { border-color: rgb(146,122,123); }
td.TdClassName
{
border-color: #927A7B;
}
.TagClassName
{
border-color: #927A7B;
}
</style>