Shades of Venus #90767B
Tints of Venus #90767B
RGB
CMYK
RGB Variations
Color information
#90767B (or 0x90767B) is known color: Venus. HEX triplet: 90, 76 and 7B. RGB value is (144,118,123). Sum of RGB (Red+Green+Blue) = 144+118+123=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90767B is #6F8984. Grayscale: #7E7E7E. Windows color (decimal): -7309701 or 8091280. OLE color: 8091280.
HSL color Cylindrical-coordinate representation of color #90767B: hue angle of 348.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90767B is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 118 | 123 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.44 |
| HSL | 348.46º | 0.1% | 0.51% | - |
| HSV(B) | 348.46º | 0.18% | 0.56% | - |
| XYZ | 21.56 | 20.32 | 21.52 | - |
| YUV | 126.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 123 | 0 | 0.18 | 0.15 | 0.44 | 348.46 | 0.1 | 0.51 |
| Hex | 90 | 76 | 7B | 0 | 12 | F | 2C | 15C | A | 33 |
| Octal | 220 | 166 | 173 | 0 | 22 | 17 | 54 | 534 | 12 | 63 |
| Binary | 10010000 | 1110110 | 1111011 | 0 | 10010 | 1111 | 101100 | 101011100 | 1010 | 110011 |
Color Harmonies of #90767B
Complementary color
Monochromatic Colors of #90767B
Black with #90767B
Text Example
Text Example
White with #90767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90767B; }
p { color: rgb(144,118,123); }
H1.HeaderClassName
{
color: #90767B;
}
.AnyTagClassName
{
color: #90767B;
}
</style>
background-color css
<style>
a { background-color: #90767B; }
a { background-color: rgb(144,118,123); }
div.DivClassName
{
background-color: #90767B;
}
.BgClassName
{
background-color: #90767B;
}
</style>
border-color css
<style>
span { border-color: #90767B; }
span { border-color: rgb(144,118,123); }
td.TdClassName
{
border-color: #90767B;
}
.TagClassName
{
border-color: #90767B;
}
</style>