Shades of Turkish Rose #96767A
Tints of Turkish Rose #96767A
RGB
CMYK
RGB Variations
Color information
#96767A (or 0x96767A) is known color: Turkish Rose. HEX triplet: 96, 76 and 7A. RGB value is (150,118,122). Sum of RGB (Red+Green+Blue) = 150+118+122=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767A is #698985. Grayscale: #808080. Windows color (decimal): -6916486 or 8025750. OLE color: 8025750.
HSL color Cylindrical-coordinate representation of color #96767A: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96767A is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 122 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.41 |
| HSL | 352.5º | 0.13% | 0.53% | - |
| HSV(B) | 352.5º | 0.21% | 0.59% | - |
| XYZ | 22.57 | 20.85 | 21.25 | - |
| YUV | 128.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 122 | 0 | 0.21 | 0.19 | 0.41 | 352.5 | 0.13 | 0.53 |
| Hex | 96 | 76 | 7A | 0 | 15 | 13 | 29 | 160 | D | 35 |
| Octal | 226 | 166 | 172 | 0 | 25 | 23 | 51 | 540 | 15 | 65 |
| Binary | 10010110 | 1110110 | 1111010 | 0 | 10101 | 10011 | 101001 | 101100000 | 1101 | 110101 |
Color Harmonies of #96767A
Complementary color
Monochromatic Colors of #96767A
Black with #96767A
Text Example
Text Example
White with #96767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96767A; }
p { color: rgb(150,118,122); }
H1.HeaderClassName
{
color: #96767A;
}
.AnyTagClassName
{
color: #96767A;
}
</style>
background-color css
<style>
a { background-color: #96767A; }
a { background-color: rgb(150,118,122); }
div.DivClassName
{
background-color: #96767A;
}
.BgClassName
{
background-color: #96767A;
}
</style>
border-color css
<style>
span { border-color: #96767A; }
span { border-color: rgb(150,118,122); }
td.TdClassName
{
border-color: #96767A;
}
.TagClassName
{
border-color: #96767A;
}
</style>