Shades of Venus #91767D
Tints of Venus #91767D
RGB
CMYK
RGB Variations
Color information
#91767D (or 0x91767D) is known color: Venus. HEX triplet: 91, 76 and 7D. RGB value is (145,118,125). Sum of RGB (Red+Green+Blue) = 145+118+125=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91767D is #6E8982. Grayscale: #7E7E7E. Windows color (decimal): -7244163 or 8222353. OLE color: 8222353.
HSL color Cylindrical-coordinate representation of color #91767D: hue angle of 344.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91767D is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 125 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.43 |
| HSL | 344.44º | 0.11% | 0.52% | - |
| HSV(B) | 344.44º | 0.19% | 0.57% | - |
| XYZ | 21.86 | 20.46 | 22.2 | - |
| YUV | 126.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 125 | 0 | 0.19 | 0.14 | 0.43 | 344.44 | 0.11 | 0.52 |
| Hex | 91 | 76 | 7D | 0 | 13 | E | 2B | 158 | B | 34 |
| Octal | 221 | 166 | 175 | 0 | 23 | 16 | 53 | 530 | 13 | 64 |
| Binary | 10010001 | 1110110 | 1111101 | 0 | 10011 | 1110 | 101011 | 101011000 | 1011 | 110100 |
Color Harmonies of #91767D
Complementary color
Monochromatic Colors of #91767D
Black with #91767D
Text Example
Text Example
White with #91767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91767D; }
p { color: rgb(145,118,125); }
H1.HeaderClassName
{
color: #91767D;
}
.AnyTagClassName
{
color: #91767D;
}
</style>
background-color css
<style>
a { background-color: #91767D; }
a { background-color: rgb(145,118,125); }
div.DivClassName
{
background-color: #91767D;
}
.BgClassName
{
background-color: #91767D;
}
</style>
border-color css
<style>
span { border-color: #91767D; }
span { border-color: rgb(145,118,125); }
td.TdClassName
{
border-color: #91767D;
}
.TagClassName
{
border-color: #91767D;
}
</style>