Shades of Turkish Rose #947B7D
Tints of Turkish Rose #947B7D
RGB
CMYK
RGB Variations
Color information
#947B7D (or 0x947B7D) is known color: Turkish Rose. HEX triplet: 94, 7B and 7D. RGB value is (148,123,125). Sum of RGB (Red+Green+Blue) = 148+123+125=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #947B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B7D is #6B8482. Grayscale: #828282. Windows color (decimal): -7046275 or 8223636. OLE color: 8223636.
HSL color Cylindrical-coordinate representation of color #947B7D: hue angle of 355.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947B7D is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 125 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.42 |
| HSL | 355.2º | 0.1% | 0.53% | - |
| HSV(B) | 355.2º | 0.17% | 0.58% | - |
| XYZ | 23 | 21.94 | 22.43 | - |
| YUV | 130.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 125 | 0 | 0.17 | 0.16 | 0.42 | 355.2 | 0.1 | 0.53 |
| Hex | 94 | 7B | 7D | 0 | 11 | 10 | 2A | 163 | A | 35 |
| Octal | 224 | 173 | 175 | 0 | 21 | 20 | 52 | 543 | 12 | 65 |
| Binary | 10010100 | 1111011 | 1111101 | 0 | 10001 | 10000 | 101010 | 101100011 | 1010 | 110101 |
Color Harmonies of #947B7D
Complementary color
Monochromatic Colors of #947B7D
Black with #947B7D
Text Example
Text Example
White with #947B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B7D; }
p { color: rgb(148,123,125); }
H1.HeaderClassName
{
color: #947B7D;
}
.AnyTagClassName
{
color: #947B7D;
}
</style>
background-color css
<style>
a { background-color: #947B7D; }
a { background-color: rgb(148,123,125); }
div.DivClassName
{
background-color: #947B7D;
}
.BgClassName
{
background-color: #947B7D;
}
</style>
border-color css
<style>
span { border-color: #947B7D; }
span { border-color: rgb(148,123,125); }
td.TdClassName
{
border-color: #947B7D;
}
.TagClassName
{
border-color: #947B7D;
}
</style>