Shades of Venus #91787B
Tints of Venus #91787B
RGB
CMYK
RGB Variations
Color information
#91787B (or 0x91787B) is known color: Venus. HEX triplet: 91, 78 and 7B. RGB value is (145,120,123). Sum of RGB (Red+Green+Blue) = 145+120+123=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91787B is #6E8784. Grayscale: #7F7F7F. Windows color (decimal): -7243653 or 8091793. OLE color: 8091793.
HSL color Cylindrical-coordinate representation of color #91787B: hue angle of 352.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91787B is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 123 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.43 |
| HSL | 352.8º | 0.1% | 0.52% | - |
| HSV(B) | 352.8º | 0.17% | 0.57% | - |
| XYZ | 21.97 | 20.88 | 21.61 | - |
| YUV | 127.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 123 | 0 | 0.17 | 0.15 | 0.43 | 352.8 | 0.1 | 0.52 |
| Hex | 91 | 78 | 7B | 0 | 11 | F | 2B | 161 | A | 34 |
| Octal | 221 | 170 | 173 | 0 | 21 | 17 | 53 | 541 | 12 | 64 |
| Binary | 10010001 | 1111000 | 1111011 | 0 | 10001 | 1111 | 101011 | 101100001 | 1010 | 110100 |
Color Harmonies of #91787B
Complementary color
Monochromatic Colors of #91787B
Black with #91787B
Text Example
Text Example
White with #91787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91787B; }
p { color: rgb(145,120,123); }
H1.HeaderClassName
{
color: #91787B;
}
.AnyTagClassName
{
color: #91787B;
}
</style>
background-color css
<style>
a { background-color: #91787B; }
a { background-color: rgb(145,120,123); }
div.DivClassName
{
background-color: #91787B;
}
.BgClassName
{
background-color: #91787B;
}
</style>
border-color css
<style>
span { border-color: #91787B; }
span { border-color: rgb(145,120,123); }
td.TdClassName
{
border-color: #91787B;
}
.TagClassName
{
border-color: #91787B;
}
</style>