Shades of Venus #8F7E7F
Tints of Venus #8F7E7F
RGB
CMYK
RGB Variations
Color information
#8F7E7F (or 0x8F7E7F) is known color: Venus. HEX triplet: 8F, 7E and 7F. RGB value is (143,126,127). Sum of RGB (Red+Green+Blue) = 143+126+127=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E7F is #708180. Grayscale: #838383. Windows color (decimal): -7373185 or 8355471. OLE color: 8355471.
HSL color Cylindrical-coordinate representation of color #8F7E7F: hue angle of 356.47º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F7E7F is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 126 | 127 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.44 |
| HSL | 356.47º | 0.07% | 0.53% | - |
| HSV(B) | 356.47º | 0.12% | 0.56% | - |
| XYZ | 22.62 | 22.29 | 23.19 | - |
| YUV | 131.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 127 | 0 | 0.12 | 0.11 | 0.44 | 356.47 | 0.07 | 0.53 |
| Hex | 8F | 7E | 7F | 0 | C | B | 2C | 164 | 7 | 35 |
| Octal | 217 | 176 | 177 | 0 | 14 | 13 | 54 | 544 | 7 | 65 |
| Binary | 10001111 | 1111110 | 1111111 | 0 | 1100 | 1011 | 101100 | 101100100 | 111 | 110101 |
Color Harmonies of #8F7E7F
Complementary color
Monochromatic Colors of #8F7E7F
Black with #8F7E7F
Text Example
Text Example
White with #8F7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E7F; }
p { color: rgb(143,126,127); }
H1.HeaderClassName
{
color: #8F7E7F;
}
.AnyTagClassName
{
color: #8F7E7F;
}
</style>
background-color css
<style>
a { background-color: #8F7E7F; }
a { background-color: rgb(143,126,127); }
div.DivClassName
{
background-color: #8F7E7F;
}
.BgClassName
{
background-color: #8F7E7F;
}
</style>
border-color css
<style>
span { border-color: #8F7E7F; }
span { border-color: rgb(143,126,127); }
td.TdClassName
{
border-color: #8F7E7F;
}
.TagClassName
{
border-color: #8F7E7F;
}
</style>