Shades of Turkish Rose #91777A
Tints of Turkish Rose #91777A
RGB
CMYK
RGB Variations
Color information
#91777A (or 0x91777A) is known color: Turkish Rose. HEX triplet: 91, 77 and 7A. RGB value is (145,119,122). Sum of RGB (Red+Green+Blue) = 145+119+122=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91777A is #6E8885. Grayscale: #7F7F7F. Windows color (decimal): -7243910 or 8026001. OLE color: 8026001.
HSL color Cylindrical-coordinate representation of color #91777A: hue angle of 353.08º 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 #91777A is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 122 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.43 |
| HSL | 353.08º | 0.11% | 0.52% | - |
| HSV(B) | 353.08º | 0.18% | 0.57% | - |
| XYZ | 21.79 | 20.62 | 21.24 | - |
| YUV | 127.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 122 | 0 | 0.18 | 0.16 | 0.43 | 353.08 | 0.11 | 0.52 |
| Hex | 91 | 77 | 7A | 0 | 12 | 10 | 2B | 161 | B | 34 |
| Octal | 221 | 167 | 172 | 0 | 22 | 20 | 53 | 541 | 13 | 64 |
| Binary | 10010001 | 1110111 | 1111010 | 0 | 10010 | 10000 | 101011 | 101100001 | 1011 | 110100 |
Color Harmonies of #91777A
Complementary color
Monochromatic Colors of #91777A
Black with #91777A
Text Example
Text Example
White with #91777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91777A; }
p { color: rgb(145,119,122); }
H1.HeaderClassName
{
color: #91777A;
}
.AnyTagClassName
{
color: #91777A;
}
</style>
background-color css
<style>
a { background-color: #91777A; }
a { background-color: rgb(145,119,122); }
div.DivClassName
{
background-color: #91777A;
}
.BgClassName
{
background-color: #91777A;
}
</style>
border-color css
<style>
span { border-color: #91777A; }
span { border-color: rgb(145,119,122); }
td.TdClassName
{
border-color: #91777A;
}
.TagClassName
{
border-color: #91777A;
}
</style>