Shades of Turkish Rose #92777A
Tints of Turkish Rose #92777A
RGB
CMYK
RGB Variations
Color information
#92777A (or 0x92777A) is known color: Turkish Rose. HEX triplet: 92, 77 and 7A. RGB value is (146,119,122). Sum of RGB (Red+Green+Blue) = 146+119+122=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #92777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92777A is #6D8885. Grayscale: #7F7F7F. Windows color (decimal): -7178374 or 8026002. OLE color: 8026002.
HSL color Cylindrical-coordinate representation of color #92777A: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92777A is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 119 | 122 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.43 |
| HSL | 353.33º | 0.11% | 0.52% | - |
| HSV(B) | 353.33º | 0.18% | 0.57% | - |
| XYZ | 21.96 | 20.71 | 21.25 | - |
| YUV | 127.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 122 | 0 | 0.18 | 0.16 | 0.43 | 353.33 | 0.11 | 0.52 |
| Hex | 92 | 77 | 7A | 0 | 12 | 10 | 2B | 161 | B | 34 |
| Octal | 222 | 167 | 172 | 0 | 22 | 20 | 53 | 541 | 13 | 64 |
| Binary | 10010010 | 1110111 | 1111010 | 0 | 10010 | 10000 | 101011 | 101100001 | 1011 | 110100 |
Color Harmonies of #92777A
Complementary color
Monochromatic Colors of #92777A
Black with #92777A
Text Example
Text Example
White with #92777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92777A; }
p { color: rgb(146,119,122); }
H1.HeaderClassName
{
color: #92777A;
}
.AnyTagClassName
{
color: #92777A;
}
</style>
background-color css
<style>
a { background-color: #92777A; }
a { background-color: rgb(146,119,122); }
div.DivClassName
{
background-color: #92777A;
}
.BgClassName
{
background-color: #92777A;
}
</style>
border-color css
<style>
span { border-color: #92777A; }
span { border-color: rgb(146,119,122); }
td.TdClassName
{
border-color: #92777A;
}
.TagClassName
{
border-color: #92777A;
}
</style>