Shades of Venus #8A727A
Tints of Venus #8A727A
RGB
CMYK
RGB Variations
Color information
#8A727A (or 0x8A727A) is known color: Venus. HEX triplet: 8A, 72 and 7A. RGB value is (138,114,122). Sum of RGB (Red+Green+Blue) = 138+114+122=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A727A is #758D85. Grayscale: #7A7A7A. Windows color (decimal): -7703942 or 8024714. OLE color: 8024714.
HSL color Cylindrical-coordinate representation of color #8A727A: hue angle of 340º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A727A is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 122 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.46 |
| HSL | 340º | 0.1% | 0.49% | - |
| HSV(B) | 340º | 0.17% | 0.54% | - |
| XYZ | 20.01 | 18.84 | 20.99 | - |
| YUV | 122.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 122 | 0 | 0.17 | 0.12 | 0.46 | 340 | 0.1 | 0.49 |
| Hex | 8A | 72 | 7A | 0 | 11 | C | 2E | 154 | A | 31 |
| Octal | 212 | 162 | 172 | 0 | 21 | 14 | 56 | 524 | 12 | 61 |
| Binary | 10001010 | 1110010 | 1111010 | 0 | 10001 | 1100 | 101110 | 101010100 | 1010 | 110001 |
Color Harmonies of #8A727A
Complementary color
Monochromatic Colors of #8A727A
Black with #8A727A
Text Example
Text Example
White with #8A727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A727A; }
p { color: rgb(138,114,122); }
H1.HeaderClassName
{
color: #8A727A;
}
.AnyTagClassName
{
color: #8A727A;
}
</style>
background-color css
<style>
a { background-color: #8A727A; }
a { background-color: rgb(138,114,122); }
div.DivClassName
{
background-color: #8A727A;
}
.BgClassName
{
background-color: #8A727A;
}
</style>
border-color css
<style>
span { border-color: #8A727A; }
span { border-color: rgb(138,114,122); }
td.TdClassName
{
border-color: #8A727A;
}
.TagClassName
{
border-color: #8A727A;
}
</style>