Shades of Turkish Rose #947C7E
Tints of Turkish Rose #947C7E
RGB
CMYK
RGB Variations
Color information
#947C7E (or 0x947C7E) is known color: Turkish Rose. HEX triplet: 94, 7C and 7E. RGB value is (148,124,126). Sum of RGB (Red+Green+Blue) = 148+124+126=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C7E is #6B8381. Grayscale: #838383. Windows color (decimal): -7046018 or 8289428. OLE color: 8289428.
HSL color Cylindrical-coordinate representation of color #947C7E: hue angle of 355º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947C7E is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 126 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.42 |
| HSL | 355º | 0.1% | 0.53% | - |
| HSV(B) | 355º | 0.16% | 0.58% | - |
| XYZ | 23.19 | 22.22 | 22.81 | - |
| YUV | 131.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 126 | 0 | 0.16 | 0.15 | 0.42 | 355 | 0.1 | 0.53 |
| Hex | 94 | 7C | 7E | 0 | 10 | F | 2A | 163 | A | 35 |
| Octal | 224 | 174 | 176 | 0 | 20 | 17 | 52 | 543 | 12 | 65 |
| Binary | 10010100 | 1111100 | 1111110 | 0 | 10000 | 1111 | 101010 | 101100011 | 1010 | 110101 |
Color Harmonies of #947C7E
Complementary color
Monochromatic Colors of #947C7E
Black with #947C7E
Text Example
Text Example
White with #947C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C7E; }
p { color: rgb(148,124,126); }
H1.HeaderClassName
{
color: #947C7E;
}
.AnyTagClassName
{
color: #947C7E;
}
</style>
background-color css
<style>
a { background-color: #947C7E; }
a { background-color: rgb(148,124,126); }
div.DivClassName
{
background-color: #947C7E;
}
.BgClassName
{
background-color: #947C7E;
}
</style>
border-color css
<style>
span { border-color: #947C7E; }
span { border-color: rgb(148,124,126); }
td.TdClassName
{
border-color: #947C7E;
}
.TagClassName
{
border-color: #947C7E;
}
</style>