Shades of Turkish Rose #937E7F
Tints of Turkish Rose #937E7F
RGB
CMYK
RGB Variations
Color information
#937E7F (or 0x937E7F) is known color: Turkish Rose. HEX triplet: 93, 7E and 7F. RGB value is (147,126,127). Sum of RGB (Red+Green+Blue) = 147+126+127=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #937E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E7F is #6C8180. Grayscale: #848484. Windows color (decimal): -7111041 or 8355475. OLE color: 8355475.
HSL color Cylindrical-coordinate representation of color #937E7F: hue angle of 357.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937E7F is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 127 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.42 |
| HSL | 357.14º | 0.09% | 0.54% | - |
| HSV(B) | 357.14º | 0.14% | 0.58% | - |
| XYZ | 23.32 | 22.66 | 23.22 | - |
| YUV | 132.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 127 | 0 | 0.14 | 0.14 | 0.42 | 357.14 | 0.09 | 0.54 |
| Hex | 93 | 7E | 7F | 0 | E | E | 2A | 165 | 9 | 36 |
| Octal | 223 | 176 | 177 | 0 | 16 | 16 | 52 | 545 | 11 | 66 |
| Binary | 10010011 | 1111110 | 1111111 | 0 | 1110 | 1110 | 101010 | 101100101 | 1001 | 110110 |
Color Harmonies of #937E7F
Complementary color
Monochromatic Colors of #937E7F
Black with #937E7F
Text Example
Text Example
White with #937E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E7F; }
p { color: rgb(147,126,127); }
H1.HeaderClassName
{
color: #937E7F;
}
.AnyTagClassName
{
color: #937E7F;
}
</style>
background-color css
<style>
a { background-color: #937E7F; }
a { background-color: rgb(147,126,127); }
div.DivClassName
{
background-color: #937E7F;
}
.BgClassName
{
background-color: #937E7F;
}
</style>
border-color css
<style>
span { border-color: #937E7F; }
span { border-color: rgb(147,126,127); }
td.TdClassName
{
border-color: #937E7F;
}
.TagClassName
{
border-color: #937E7F;
}
</style>