Shades of Venus #8F727A
Tints of Venus #8F727A
RGB
CMYK
RGB Variations
Color information
#8F727A (or 0x8F727A) is known color: Venus. HEX triplet: 8F, 72 and 7A. RGB value is (143,114,122). Sum of RGB (Red+Green+Blue) = 143+114+122=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F727A is #708D85. Grayscale: #7B7B7B. Windows color (decimal): -7376262 or 8024719. OLE color: 8024719.
HSL color Cylindrical-coordinate representation of color #8F727A: hue angle of 343.45º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F727A is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 122 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.44 |
| HSL | 343.45º | 0.11% | 0.5% | - |
| HSV(B) | 343.45º | 0.2% | 0.56% | - |
| XYZ | 20.86 | 19.28 | 21.03 | - |
| YUV | 123.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 122 | 0 | 0.20 | 0.15 | 0.44 | 343.45 | 0.11 | 0.5 |
| Hex | 8F | 72 | 7A | 0 | 14 | F | 2C | 157 | B | 32 |
| Octal | 217 | 162 | 172 | 0 | 24 | 17 | 54 | 527 | 13 | 62 |
| Binary | 10001111 | 1110010 | 1111010 | 0 | 10100 | 1111 | 101100 | 101010111 | 1011 | 110010 |
Color Harmonies of #8F727A
Complementary color
Monochromatic Colors of #8F727A
Black with #8F727A
Text Example
Text Example
White with #8F727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F727A; }
p { color: rgb(143,114,122); }
H1.HeaderClassName
{
color: #8F727A;
}
.AnyTagClassName
{
color: #8F727A;
}
</style>
background-color css
<style>
a { background-color: #8F727A; }
a { background-color: rgb(143,114,122); }
div.DivClassName
{
background-color: #8F727A;
}
.BgClassName
{
background-color: #8F727A;
}
</style>
border-color css
<style>
span { border-color: #8F727A; }
span { border-color: rgb(143,114,122); }
td.TdClassName
{
border-color: #8F727A;
}
.TagClassName
{
border-color: #8F727A;
}
</style>