Shades of Venus #947F87
Tints of Venus #947F87
RGB
CMYK
RGB Variations
Color information
#947F87 (or 0x947F87) is known color: Venus. HEX triplet: 94, 7F and 87. RGB value is (148,127,135). Sum of RGB (Red+Green+Blue) = 148+127+135=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #947F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F87 is #6B8078. Grayscale: #868686. Windows color (decimal): -7045241 or 8880020. OLE color: 8880020.
HSL color Cylindrical-coordinate representation of color #947F87: hue angle of 337.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #947F87 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 135 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.42 |
| HSL | 337.14º | 0.09% | 0.54% | - |
| HSV(B) | 337.14º | 0.14% | 0.58% | - |
| XYZ | 24.18 | 23.22 | 26.13 | - |
| YUV | 134.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 135 | 0 | 0.14 | 0.09 | 0.42 | 337.14 | 0.09 | 0.54 |
| Hex | 94 | 7F | 87 | 0 | E | 9 | 2A | 151 | 9 | 36 |
| Octal | 224 | 177 | 207 | 0 | 16 | 11 | 52 | 521 | 11 | 66 |
| Binary | 10010100 | 1111111 | 10000111 | 0 | 1110 | 1001 | 101010 | 101010001 | 1001 | 110110 |
Color Harmonies of #947F87
Complementary color
Monochromatic Colors of #947F87
Black with #947F87
Text Example
Text Example
White with #947F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F87; }
p { color: rgb(148,127,135); }
H1.HeaderClassName
{
color: #947F87;
}
.AnyTagClassName
{
color: #947F87;
}
</style>
background-color css
<style>
a { background-color: #947F87; }
a { background-color: rgb(148,127,135); }
div.DivClassName
{
background-color: #947F87;
}
.BgClassName
{
background-color: #947F87;
}
</style>
border-color css
<style>
span { border-color: #947F87; }
span { border-color: rgb(148,127,135); }
td.TdClassName
{
border-color: #947F87;
}
.TagClassName
{
border-color: #947F87;
}
</style>