Shades of Venus #8A7A7F
Tints of Venus #8A7A7F
RGB
CMYK
RGB Variations
Color information
#8A7A7F (or 0x8A7A7F) is known color: Venus. HEX triplet: 8A, 7A and 7F. RGB value is (138,122,127). Sum of RGB (Red+Green+Blue) = 138+122+127=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7A7F is #758580. Grayscale: #7F7F7F. Windows color (decimal): -7701889 or 8354442. OLE color: 8354442.
HSL color Cylindrical-coordinate representation of color #8A7A7F: hue angle of 341.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A7A7F is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 127 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.46 |
| HSL | 341.25º | 0.06% | 0.51% | - |
| HSV(B) | 341.25º | 0.12% | 0.54% | - |
| XYZ | 21.27 | 20.85 | 22.98 | - |
| YUV | 127.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 127 | 0 | 0.12 | 0.08 | 0.46 | 341.25 | 0.06 | 0.51 |
| Hex | 8A | 7A | 7F | 0 | C | 8 | 2E | 155 | 6 | 33 |
| Octal | 212 | 172 | 177 | 0 | 14 | 10 | 56 | 525 | 6 | 63 |
| Binary | 10001010 | 1111010 | 1111111 | 0 | 1100 | 1000 | 101110 | 101010101 | 110 | 110011 |
Color Harmonies of #8A7A7F
Complementary color
Monochromatic Colors of #8A7A7F
Black with #8A7A7F
Text Example
Text Example
White with #8A7A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A7F; }
p { color: rgb(138,122,127); }
H1.HeaderClassName
{
color: #8A7A7F;
}
.AnyTagClassName
{
color: #8A7A7F;
}
</style>
background-color css
<style>
a { background-color: #8A7A7F; }
a { background-color: rgb(138,122,127); }
div.DivClassName
{
background-color: #8A7A7F;
}
.BgClassName
{
background-color: #8A7A7F;
}
</style>
border-color css
<style>
span { border-color: #8A7A7F; }
span { border-color: rgb(138,122,127); }
td.TdClassName
{
border-color: #8A7A7F;
}
.TagClassName
{
border-color: #8A7A7F;
}
</style>