Shades of Venus #8F757B
Tints of Venus #8F757B
RGB
CMYK
RGB Variations
Color information
#8F757B (or 0x8F757B) is known color: Venus. HEX triplet: 8F, 75 and 7B. RGB value is (143,117,123). Sum of RGB (Red+Green+Blue) = 143+117+123=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 143 - color contains mainly: red. Hex color #8F757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F757B is #708A84. Grayscale: #7D7D7D. Windows color (decimal): -7375493 or 8091023. OLE color: 8091023.
HSL color Cylindrical-coordinate representation of color #8F757B: hue angle of 346.15º 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 #8F757B is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 123 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.44 |
| HSL | 346.15º | 0.1% | 0.51% | - |
| HSV(B) | 346.15º | 0.18% | 0.56% | - |
| XYZ | 21.26 | 19.99 | 21.48 | - |
| YUV | 125.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 123 | 0 | 0.18 | 0.14 | 0.44 | 346.15 | 0.1 | 0.51 |
| Hex | 8F | 75 | 7B | 0 | 12 | E | 2C | 15A | A | 33 |
| Octal | 217 | 165 | 173 | 0 | 22 | 16 | 54 | 532 | 12 | 63 |
| Binary | 10001111 | 1110101 | 1111011 | 0 | 10010 | 1110 | 101100 | 101011010 | 1010 | 110011 |
Color Harmonies of #8F757B
Complementary color
Monochromatic Colors of #8F757B
Black with #8F757B
Text Example
Text Example
White with #8F757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F757B; }
p { color: rgb(143,117,123); }
H1.HeaderClassName
{
color: #8F757B;
}
.AnyTagClassName
{
color: #8F757B;
}
</style>
background-color css
<style>
a { background-color: #8F757B; }
a { background-color: rgb(143,117,123); }
div.DivClassName
{
background-color: #8F757B;
}
.BgClassName
{
background-color: #8F757B;
}
</style>
border-color css
<style>
span { border-color: #8F757B; }
span { border-color: rgb(143,117,123); }
td.TdClassName
{
border-color: #8F757B;
}
.TagClassName
{
border-color: #8F757B;
}
</style>