Shades of Venus #8F757E
Tints of Venus #8F757E
RGB
CMYK
RGB Variations
Color information
#8F757E (or 0x8F757E) is known color: Venus. HEX triplet: 8F, 75 and 7E. RGB value is (143,117,126). Sum of RGB (Red+Green+Blue) = 143+117+126=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F757E is #708A81. Grayscale: #7D7D7D. Windows color (decimal): -7375490 or 8287631. OLE color: 8287631.
HSL color Cylindrical-coordinate representation of color #8F757E: hue angle of 339.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F757E is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 126 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.44 |
| HSL | 339.23º | 0.1% | 0.51% | - |
| HSV(B) | 339.23º | 0.18% | 0.56% | - |
| XYZ | 21.45 | 20.07 | 22.48 | - |
| YUV | 125.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 126 | 0 | 0.18 | 0.12 | 0.44 | 339.23 | 0.1 | 0.51 |
| Hex | 8F | 75 | 7E | 0 | 12 | C | 2C | 153 | A | 33 |
| Octal | 217 | 165 | 176 | 0 | 22 | 14 | 54 | 523 | 12 | 63 |
| Binary | 10001111 | 1110101 | 1111110 | 0 | 10010 | 1100 | 101100 | 101010011 | 1010 | 110011 |
Color Harmonies of #8F757E
Complementary color
Monochromatic Colors of #8F757E
Black with #8F757E
Text Example
Text Example
White with #8F757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F757E; }
p { color: rgb(143,117,126); }
H1.HeaderClassName
{
color: #8F757E;
}
.AnyTagClassName
{
color: #8F757E;
}
</style>
background-color css
<style>
a { background-color: #8F757E; }
a { background-color: rgb(143,117,126); }
div.DivClassName
{
background-color: #8F757E;
}
.BgClassName
{
background-color: #8F757E;
}
</style>
border-color css
<style>
span { border-color: #8F757E; }
span { border-color: rgb(143,117,126); }
td.TdClassName
{
border-color: #8F757E;
}
.TagClassName
{
border-color: #8F757E;
}
</style>