Shades of Venus #8A777E
Tints of Venus #8A777E
RGB
CMYK
RGB Variations
Color information
#8A777E (or 0x8A777E) is known color: Venus. HEX triplet: 8A, 77 and 7E. RGB value is (138,119,126). Sum of RGB (Red+Green+Blue) = 138+119+126=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A777E is #758881. Grayscale: #7D7D7D. Windows color (decimal): -7702658 or 8288138. OLE color: 8288138.
HSL color Cylindrical-coordinate representation of color #8A777E: hue angle of 337.89º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A777E is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 126 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.46 |
| HSL | 337.89º | 0.08% | 0.5% | - |
| HSV(B) | 337.89º | 0.14% | 0.54% | - |
| XYZ | 20.84 | 20.1 | 22.52 | - |
| YUV | 125.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 126 | 0 | 0.14 | 0.09 | 0.46 | 337.89 | 0.08 | 0.5 |
| Hex | 8A | 77 | 7E | 0 | E | 9 | 2E | 152 | 8 | 32 |
| Octal | 212 | 167 | 176 | 0 | 16 | 11 | 56 | 522 | 10 | 62 |
| Binary | 10001010 | 1110111 | 1111110 | 0 | 1110 | 1001 | 101110 | 101010010 | 1000 | 110010 |
Color Harmonies of #8A777E
Complementary color
Monochromatic Colors of #8A777E
Black with #8A777E
Text Example
Text Example
White with #8A777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A777E; }
p { color: rgb(138,119,126); }
H1.HeaderClassName
{
color: #8A777E;
}
.AnyTagClassName
{
color: #8A777E;
}
</style>
background-color css
<style>
a { background-color: #8A777E; }
a { background-color: rgb(138,119,126); }
div.DivClassName
{
background-color: #8A777E;
}
.BgClassName
{
background-color: #8A777E;
}
</style>
border-color css
<style>
span { border-color: #8A777E; }
span { border-color: rgb(138,119,126); }
td.TdClassName
{
border-color: #8A777E;
}
.TagClassName
{
border-color: #8A777E;
}
</style>