Shades of Venus #97747F
Tints of Venus #97747F
RGB
CMYK
RGB Variations
Color information
#97747F (or 0x97747F) is known color: Venus. HEX triplet: 97, 74 and 7F. RGB value is (151,116,127). Sum of RGB (Red+Green+Blue) = 151+116+127=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #97747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97747F is #688B80. Grayscale: #7F7F7F. Windows color (decimal): -6851457 or 8352919. OLE color: 8352919.
HSL color Cylindrical-coordinate representation of color #97747F: hue angle of 341.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97747F is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 116 | 127 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.41 |
| HSL | 341.14º | 0.14% | 0.52% | - |
| HSV(B) | 341.14º | 0.23% | 0.59% | - |
| XYZ | 22.84 | 20.6 | 22.85 | - |
| YUV | 127.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 116 | 127 | 0 | 0.23 | 0.16 | 0.41 | 341.14 | 0.14 | 0.52 |
| Hex | 97 | 74 | 7F | 0 | 17 | 10 | 29 | 155 | E | 34 |
| Octal | 227 | 164 | 177 | 0 | 27 | 20 | 51 | 525 | 16 | 64 |
| Binary | 10010111 | 1110100 | 1111111 | 0 | 10111 | 10000 | 101001 | 101010101 | 1110 | 110100 |
Color Harmonies of #97747F
Complementary color
Monochromatic Colors of #97747F
Black with #97747F
Text Example
Text Example
White with #97747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97747F; }
p { color: rgb(151,116,127); }
H1.HeaderClassName
{
color: #97747F;
}
.AnyTagClassName
{
color: #97747F;
}
</style>
background-color css
<style>
a { background-color: #97747F; }
a { background-color: rgb(151,116,127); }
div.DivClassName
{
background-color: #97747F;
}
.BgClassName
{
background-color: #97747F;
}
</style>
border-color css
<style>
span { border-color: #97747F; }
span { border-color: rgb(151,116,127); }
td.TdClassName
{
border-color: #97747F;
}
.TagClassName
{
border-color: #97747F;
}
</style>