Shades of Venus #947F82
Tints of Venus #947F82
RGB
CMYK
RGB Variations
Color information
#947F82 (or 0x947F82) is known color: Venus. HEX triplet: 94, 7F and 82. RGB value is (148,127,130). Sum of RGB (Red+Green+Blue) = 148+127+130=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #947F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F82 is #6B807D. Grayscale: #858585. Windows color (decimal): -7045246 or 8552340. OLE color: 8552340.
HSL color Cylindrical-coordinate representation of color #947F82: hue angle of 351.43º 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 #947F82 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 130 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.42 |
| HSL | 351.43º | 0.09% | 0.54% | - |
| HSV(B) | 351.43º | 0.14% | 0.58% | - |
| XYZ | 23.83 | 23.09 | 24.32 | - |
| YUV | 133.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 130 | 0 | 0.14 | 0.12 | 0.42 | 351.43 | 0.09 | 0.54 |
| Hex | 94 | 7F | 82 | 0 | E | C | 2A | 15F | 9 | 36 |
| Octal | 224 | 177 | 202 | 0 | 16 | 14 | 52 | 537 | 11 | 66 |
| Binary | 10010100 | 1111111 | 10000010 | 0 | 1110 | 1100 | 101010 | 101011111 | 1001 | 110110 |
Color Harmonies of #947F82
Complementary color
Monochromatic Colors of #947F82
Black with #947F82
Text Example
Text Example
White with #947F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F82; }
p { color: rgb(148,127,130); }
H1.HeaderClassName
{
color: #947F82;
}
.AnyTagClassName
{
color: #947F82;
}
</style>
background-color css
<style>
a { background-color: #947F82; }
a { background-color: rgb(148,127,130); }
div.DivClassName
{
background-color: #947F82;
}
.BgClassName
{
background-color: #947F82;
}
</style>
border-color css
<style>
span { border-color: #947F82; }
span { border-color: rgb(148,127,130); }
td.TdClassName
{
border-color: #947F82;
}
.TagClassName
{
border-color: #947F82;
}
</style>