Shades of Venus #89777B
Tints of Venus #89777B
RGB
CMYK
RGB Variations
Color information
#89777B (or 0x89777B) is known color: Venus. HEX triplet: 89, 77 and 7B. RGB value is (137,119,123). Sum of RGB (Red+Green+Blue) = 137+119+123=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #89777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89777B is #768884. Grayscale: #7C7C7C. Windows color (decimal): -7768197 or 8091529. OLE color: 8091529.
HSL color Cylindrical-coordinate representation of color #89777B: hue angle of 346.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89777B is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 119 | 123 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.46 |
| HSL | 346.67º | 0.07% | 0.5% | - |
| HSV(B) | 346.67º | 0.13% | 0.54% | - |
| XYZ | 20.49 | 19.94 | 21.51 | - |
| YUV | 124.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 123 | 0 | 0.13 | 0.10 | 0.46 | 346.67 | 0.07 | 0.5 |
| Hex | 89 | 77 | 7B | 0 | D | A | 2E | 15B | 7 | 32 |
| Octal | 211 | 167 | 173 | 0 | 15 | 12 | 56 | 533 | 7 | 62 |
| Binary | 10001001 | 1110111 | 1111011 | 0 | 1101 | 1010 | 101110 | 101011011 | 111 | 110010 |
Color Harmonies of #89777B
Complementary color
Monochromatic Colors of #89777B
Black with #89777B
Text Example
Text Example
White with #89777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89777B; }
p { color: rgb(137,119,123); }
H1.HeaderClassName
{
color: #89777B;
}
.AnyTagClassName
{
color: #89777B;
}
</style>
background-color css
<style>
a { background-color: #89777B; }
a { background-color: rgb(137,119,123); }
div.DivClassName
{
background-color: #89777B;
}
.BgClassName
{
background-color: #89777B;
}
</style>
border-color css
<style>
span { border-color: #89777B; }
span { border-color: rgb(137,119,123); }
td.TdClassName
{
border-color: #89777B;
}
.TagClassName
{
border-color: #89777B;
}
</style>