Shades of Turkish Rose #94787B
Tints of Turkish Rose #94787B
RGB
CMYK
RGB Variations
Color information
#94787B (or 0x94787B) is known color: Turkish Rose. HEX triplet: 94, 78 and 7B. RGB value is (148,120,123). Sum of RGB (Red+Green+Blue) = 148+120+123=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94787B is #6B8784. Grayscale: #808080. Windows color (decimal): -7047045 or 8091796. OLE color: 8091796.
HSL color Cylindrical-coordinate representation of color #94787B: hue angle of 353.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94787B is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 123 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.42 |
| HSL | 353.57º | 0.12% | 0.53% | - |
| HSV(B) | 353.57º | 0.19% | 0.58% | - |
| XYZ | 22.5 | 21.16 | 21.64 | - |
| YUV | 128.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 123 | 0 | 0.19 | 0.17 | 0.42 | 353.57 | 0.12 | 0.53 |
| Hex | 94 | 78 | 7B | 0 | 13 | 11 | 2A | 162 | C | 35 |
| Octal | 224 | 170 | 173 | 0 | 23 | 21 | 52 | 542 | 14 | 65 |
| Binary | 10010100 | 1111000 | 1111011 | 0 | 10011 | 10001 | 101010 | 101100010 | 1100 | 110101 |
Color Harmonies of #94787B
Complementary color
Monochromatic Colors of #94787B
Black with #94787B
Text Example
Text Example
White with #94787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94787B; }
p { color: rgb(148,120,123); }
H1.HeaderClassName
{
color: #94787B;
}
.AnyTagClassName
{
color: #94787B;
}
</style>
background-color css
<style>
a { background-color: #94787B; }
a { background-color: rgb(148,120,123); }
div.DivClassName
{
background-color: #94787B;
}
.BgClassName
{
background-color: #94787B;
}
</style>
border-color css
<style>
span { border-color: #94787B; }
span { border-color: rgb(148,120,123); }
td.TdClassName
{
border-color: #94787B;
}
.TagClassName
{
border-color: #94787B;
}
</style>