Shades of Venus #8F757F
Tints of Venus #8F757F
RGB
CMYK
RGB Variations
Color information
#8F757F (or 0x8F757F) is known color: Venus. HEX triplet: 8F, 75 and 7F. RGB value is (143,117,127). Sum of RGB (Red+Green+Blue) = 143+117+127=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 143 - color contains mainly: red. Hex color #8F757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F757F is #708A80. Grayscale: #7D7D7D. Windows color (decimal): -7375489 or 8353167. OLE color: 8353167.
HSL color Cylindrical-coordinate representation of color #8F757F: hue angle of 336.92º 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 #8F757F is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 127 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.44 |
| HSL | 336.92º | 0.1% | 0.51% | - |
| HSV(B) | 336.92º | 0.18% | 0.56% | - |
| XYZ | 21.52 | 20.09 | 22.82 | - |
| YUV | 125.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 127 | 0 | 0.18 | 0.11 | 0.44 | 336.92 | 0.1 | 0.51 |
| Hex | 8F | 75 | 7F | 0 | 12 | B | 2C | 151 | A | 33 |
| Octal | 217 | 165 | 177 | 0 | 22 | 13 | 54 | 521 | 12 | 63 |
| Binary | 10001111 | 1110101 | 1111111 | 0 | 10010 | 1011 | 101100 | 101010001 | 1010 | 110011 |
Color Harmonies of #8F757F
Complementary color
Monochromatic Colors of #8F757F
Black with #8F757F
Text Example
Text Example
White with #8F757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F757F; }
p { color: rgb(143,117,127); }
H1.HeaderClassName
{
color: #8F757F;
}
.AnyTagClassName
{
color: #8F757F;
}
</style>
background-color css
<style>
a { background-color: #8F757F; }
a { background-color: rgb(143,117,127); }
div.DivClassName
{
background-color: #8F757F;
}
.BgClassName
{
background-color: #8F757F;
}
</style>
border-color css
<style>
span { border-color: #8F757F; }
span { border-color: rgb(143,117,127); }
td.TdClassName
{
border-color: #8F757F;
}
.TagClassName
{
border-color: #8F757F;
}
</style>