Shades of Turkish Rose #95727A
Tints of Turkish Rose #95727A
RGB
CMYK
RGB Variations
Color information
#95727A (or 0x95727A) is known color: Turkish Rose. HEX triplet: 95, 72 and 7A. RGB value is (149,114,122). Sum of RGB (Red+Green+Blue) = 149+114+122=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #95727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95727A is #6A8D85. Grayscale: #7D7D7D. Windows color (decimal): -6983046 or 8024725. OLE color: 8024725.
HSL color Cylindrical-coordinate representation of color #95727A: hue angle of 346.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95727A is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 122 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.42 |
| HSL | 346.29º | 0.14% | 0.52% | - |
| HSV(B) | 346.29º | 0.23% | 0.58% | - |
| XYZ | 21.92 | 19.83 | 21.08 | - |
| YUV | 125.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 122 | 0 | 0.23 | 0.18 | 0.42 | 346.29 | 0.14 | 0.52 |
| Hex | 95 | 72 | 7A | 0 | 17 | 12 | 2A | 15A | E | 34 |
| Octal | 225 | 162 | 172 | 0 | 27 | 22 | 52 | 532 | 16 | 64 |
| Binary | 10010101 | 1110010 | 1111010 | 0 | 10111 | 10010 | 101010 | 101011010 | 1110 | 110100 |
Color Harmonies of #95727A
Complementary color
Monochromatic Colors of #95727A
Black with #95727A
Text Example
Text Example
White with #95727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95727A; }
p { color: rgb(149,114,122); }
H1.HeaderClassName
{
color: #95727A;
}
.AnyTagClassName
{
color: #95727A;
}
</style>
background-color css
<style>
a { background-color: #95727A; }
a { background-color: rgb(149,114,122); }
div.DivClassName
{
background-color: #95727A;
}
.BgClassName
{
background-color: #95727A;
}
</style>
border-color css
<style>
span { border-color: #95727A; }
span { border-color: rgb(149,114,122); }
td.TdClassName
{
border-color: #95727A;
}
.TagClassName
{
border-color: #95727A;
}
</style>