Shades of Venus #908788
Tints of Venus #908788
RGB
CMYK
RGB Variations
Color information
#908788 (or 0x908788) is known color: Venus. HEX triplet: 90, 87 and 88. RGB value is (144,135,136). Sum of RGB (Red+Green+Blue) = 144+135+136=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 144 - color contains mainly: red. Hex color #908788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908788 is #6F7877. Grayscale: #898989. Windows color (decimal): -7305336 or 8947600. OLE color: 8947600.
HSL color Cylindrical-coordinate representation of color #908788: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908788 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 136 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.44 |
| HSL | 353.33º | 0.04% | 0.55% | - |
| HSV(B) | 353.33º | 0.06% | 0.56% | - |
| XYZ | 24.61 | 25.03 | 26.83 | - |
| YUV | 137.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 136 | 0 | 0.06 | 0.06 | 0.44 | 353.33 | 0.04 | 0.55 |
| Hex | 90 | 87 | 88 | 0 | 6 | 6 | 2C | 161 | 4 | 37 |
| Octal | 220 | 207 | 210 | 0 | 6 | 6 | 54 | 541 | 4 | 67 |
| Binary | 10010000 | 10000111 | 10001000 | 0 | 110 | 110 | 101100 | 101100001 | 100 | 110111 |
Color Harmonies of #908788
Complementary color
Monochromatic Colors of #908788
Black with #908788
Text Example
Text Example
White with #908788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908788; }
p { color: rgb(144,135,136); }
H1.HeaderClassName
{
color: #908788;
}
.AnyTagClassName
{
color: #908788;
}
</style>
background-color css
<style>
a { background-color: #908788; }
a { background-color: rgb(144,135,136); }
div.DivClassName
{
background-color: #908788;
}
.BgClassName
{
background-color: #908788;
}
</style>
border-color css
<style>
span { border-color: #908788; }
span { border-color: rgb(144,135,136); }
td.TdClassName
{
border-color: #908788;
}
.TagClassName
{
border-color: #908788;
}
</style>