Shades of Venus #8F767A
Tints of Venus #8F767A
RGB
CMYK
RGB Variations
Color information
#8F767A (or 0x8F767A) is known color: Venus. HEX triplet: 8F, 76 and 7A. RGB value is (143,118,122). Sum of RGB (Red+Green+Blue) = 143+118+122=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 143 - color contains mainly: red. Hex color #8F767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F767A is #708985. Grayscale: #7D7D7D. Windows color (decimal): -7375238 or 8025743. OLE color: 8025743.
HSL color Cylindrical-coordinate representation of color #8F767A: hue angle of 350.4º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F767A is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 118 | 122 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.44 |
| HSL | 350.4º | 0.1% | 0.51% | - |
| HSV(B) | 350.4º | 0.17% | 0.56% | - |
| XYZ | 21.32 | 20.2 | 21.19 | - |
| YUV | 125.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 122 | 0 | 0.17 | 0.15 | 0.44 | 350.4 | 0.1 | 0.51 |
| Hex | 8F | 76 | 7A | 0 | 11 | F | 2C | 15E | A | 33 |
| Octal | 217 | 166 | 172 | 0 | 21 | 17 | 54 | 536 | 12 | 63 |
| Binary | 10001111 | 1110110 | 1111010 | 0 | 10001 | 1111 | 101100 | 101011110 | 1010 | 110011 |
Color Harmonies of #8F767A
Complementary color
Monochromatic Colors of #8F767A
Black with #8F767A
Text Example
Text Example
White with #8F767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F767A; }
p { color: rgb(143,118,122); }
H1.HeaderClassName
{
color: #8F767A;
}
.AnyTagClassName
{
color: #8F767A;
}
</style>
background-color css
<style>
a { background-color: #8F767A; }
a { background-color: rgb(143,118,122); }
div.DivClassName
{
background-color: #8F767A;
}
.BgClassName
{
background-color: #8F767A;
}
</style>
border-color css
<style>
span { border-color: #8F767A; }
span { border-color: rgb(143,118,122); }
td.TdClassName
{
border-color: #8F767A;
}
.TagClassName
{
border-color: #8F767A;
}
</style>