Shades of Turkish Rose #95777B
Tints of Turkish Rose #95777B
RGB
CMYK
RGB Variations
Color information
#95777B (or 0x95777B) is known color: Turkish Rose. HEX triplet: 95, 77 and 7B. RGB value is (149,119,123). Sum of RGB (Red+Green+Blue) = 149+119+123=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95777B is #6A8884. Grayscale: #808080. Windows color (decimal): -6981765 or 8091541. OLE color: 8091541.
HSL color Cylindrical-coordinate representation of color #95777B: hue angle of 352º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95777B is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 123 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.42 |
| HSL | 352º | 0.12% | 0.53% | - |
| HSV(B) | 352º | 0.2% | 0.58% | - |
| XYZ | 22.57 | 21.01 | 21.61 | - |
| YUV | 128.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 123 | 0 | 0.20 | 0.17 | 0.42 | 352 | 0.12 | 0.53 |
| Hex | 95 | 77 | 7B | 0 | 14 | 11 | 2A | 160 | C | 35 |
| Octal | 225 | 167 | 173 | 0 | 24 | 21 | 52 | 540 | 14 | 65 |
| Binary | 10010101 | 1110111 | 1111011 | 0 | 10100 | 10001 | 101010 | 101100000 | 1100 | 110101 |
Color Harmonies of #95777B
Complementary color
Monochromatic Colors of #95777B
Black with #95777B
Text Example
Text Example
White with #95777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95777B; }
p { color: rgb(149,119,123); }
H1.HeaderClassName
{
color: #95777B;
}
.AnyTagClassName
{
color: #95777B;
}
</style>
background-color css
<style>
a { background-color: #95777B; }
a { background-color: rgb(149,119,123); }
div.DivClassName
{
background-color: #95777B;
}
.BgClassName
{
background-color: #95777B;
}
</style>
border-color css
<style>
span { border-color: #95777B; }
span { border-color: rgb(149,119,123); }
td.TdClassName
{
border-color: #95777B;
}
.TagClassName
{
border-color: #95777B;
}
</style>