Shades of Turkish Rose #92797B
Tints of Turkish Rose #92797B
RGB
CMYK
RGB Variations
Color information
#92797B (or 0x92797B) is known color: Turkish Rose. HEX triplet: 92, 79 and 7B. RGB value is (146,121,123). Sum of RGB (Red+Green+Blue) = 146+121+123=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #92797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92797B is #6D8684. Grayscale: #808080. Windows color (decimal): -7177861 or 8092050. OLE color: 8092050.
HSL color Cylindrical-coordinate representation of color #92797B: hue angle of 355.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92797B is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 121 | 123 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.43 |
| HSL | 355.2º | 0.1% | 0.52% | - |
| HSV(B) | 355.2º | 0.17% | 0.57% | - |
| XYZ | 22.27 | 21.22 | 21.66 | - |
| YUV | 128.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 121 | 123 | 0 | 0.17 | 0.16 | 0.43 | 355.2 | 0.1 | 0.52 |
| Hex | 92 | 79 | 7B | 0 | 11 | 10 | 2B | 163 | A | 34 |
| Octal | 222 | 171 | 173 | 0 | 21 | 20 | 53 | 543 | 12 | 64 |
| Binary | 10010010 | 1111001 | 1111011 | 0 | 10001 | 10000 | 101011 | 101100011 | 1010 | 110100 |
Color Harmonies of #92797B
Complementary color
Monochromatic Colors of #92797B
Black with #92797B
Text Example
Text Example
White with #92797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92797B; }
p { color: rgb(146,121,123); }
H1.HeaderClassName
{
color: #92797B;
}
.AnyTagClassName
{
color: #92797B;
}
</style>
background-color css
<style>
a { background-color: #92797B; }
a { background-color: rgb(146,121,123); }
div.DivClassName
{
background-color: #92797B;
}
.BgClassName
{
background-color: #92797B;
}
</style>
border-color css
<style>
span { border-color: #92797B; }
span { border-color: rgb(146,121,123); }
td.TdClassName
{
border-color: #92797B;
}
.TagClassName
{
border-color: #92797B;
}
</style>