Shades of Turkish Rose #937B7D
Tints of Turkish Rose #937B7D
RGB
CMYK
RGB Variations
Color information
#937B7D (or 0x937B7D) is known color: Turkish Rose. HEX triplet: 93, 7B and 7D. RGB value is (147,123,125). Sum of RGB (Red+Green+Blue) = 147+123+125=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #937B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937B7D is #6C8482. Grayscale: #828282. Windows color (decimal): -7111811 or 8223635. OLE color: 8223635.
HSL color Cylindrical-coordinate representation of color #937B7D: 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 #937B7D is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 125 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.42 |
| HSL | 355º | 0.1% | 0.53% | - |
| HSV(B) | 355º | 0.16% | 0.58% | - |
| XYZ | 22.82 | 21.85 | 22.42 | - |
| YUV | 130.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 125 | 0 | 0.16 | 0.15 | 0.42 | 355 | 0.1 | 0.53 |
| Hex | 93 | 7B | 7D | 0 | 10 | F | 2A | 163 | A | 35 |
| Octal | 223 | 173 | 175 | 0 | 20 | 17 | 52 | 543 | 12 | 65 |
| Binary | 10010011 | 1111011 | 1111101 | 0 | 10000 | 1111 | 101010 | 101100011 | 1010 | 110101 |
Color Harmonies of #937B7D
Complementary color
Monochromatic Colors of #937B7D
Black with #937B7D
Text Example
Text Example
White with #937B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B7D; }
p { color: rgb(147,123,125); }
H1.HeaderClassName
{
color: #937B7D;
}
.AnyTagClassName
{
color: #937B7D;
}
</style>
background-color css
<style>
a { background-color: #937B7D; }
a { background-color: rgb(147,123,125); }
div.DivClassName
{
background-color: #937B7D;
}
.BgClassName
{
background-color: #937B7D;
}
</style>
border-color css
<style>
span { border-color: #937B7D; }
span { border-color: rgb(147,123,125); }
td.TdClassName
{
border-color: #937B7D;
}
.TagClassName
{
border-color: #937B7D;
}
</style>