Shades of Venus #8A797F
Tints of Venus #8A797F
RGB
CMYK
RGB Variations
Color information
#8A797F (or 0x8A797F) is known color: Venus. HEX triplet: 8A, 79 and 7F. RGB value is (138,121,127). Sum of RGB (Red+Green+Blue) = 138+121+127=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A797F is #758680. Grayscale: #7E7E7E. Windows color (decimal): -7702145 or 8354186. OLE color: 8354186.
HSL color Cylindrical-coordinate representation of color #8A797F: hue angle of 338.82º degrees, saturation: 0.07, 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 #8A797F is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 121 | 127 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.46 |
| HSL | 338.82º | 0.07% | 0.51% | - |
| HSV(B) | 338.82º | 0.12% | 0.54% | - |
| XYZ | 21.15 | 20.61 | 22.94 | - |
| YUV | 126.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 127 | 0 | 0.12 | 0.08 | 0.46 | 338.82 | 0.07 | 0.51 |
| Hex | 8A | 79 | 7F | 0 | C | 8 | 2E | 153 | 7 | 33 |
| Octal | 212 | 171 | 177 | 0 | 14 | 10 | 56 | 523 | 7 | 63 |
| Binary | 10001010 | 1111001 | 1111111 | 0 | 1100 | 1000 | 101110 | 101010011 | 111 | 110011 |
Color Harmonies of #8A797F
Complementary color
Monochromatic Colors of #8A797F
Black with #8A797F
Text Example
Text Example
White with #8A797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A797F; }
p { color: rgb(138,121,127); }
H1.HeaderClassName
{
color: #8A797F;
}
.AnyTagClassName
{
color: #8A797F;
}
</style>
background-color css
<style>
a { background-color: #8A797F; }
a { background-color: rgb(138,121,127); }
div.DivClassName
{
background-color: #8A797F;
}
.BgClassName
{
background-color: #8A797F;
}
</style>
border-color css
<style>
span { border-color: #8A797F; }
span { border-color: rgb(138,121,127); }
td.TdClassName
{
border-color: #8A797F;
}
.TagClassName
{
border-color: #8A797F;
}
</style>