Shades of Venus #8A7C7F
Tints of Venus #8A7C7F
RGB
CMYK
RGB Variations
Color information
#8A7C7F (or 0x8A7C7F) is known color: Venus. HEX triplet: 8A, 7C and 7F. RGB value is (138,124,127). Sum of RGB (Red+Green+Blue) = 138+124+127=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7C7F is #758380. Grayscale: #808080. Windows color (decimal): -7701377 or 8354954. OLE color: 8354954.
HSL color Cylindrical-coordinate representation of color #8A7C7F: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A7C7F is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 124 | 127 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.46 |
| HSL | 347.14º | 0.06% | 0.51% | - |
| HSV(B) | 347.14º | 0.1% | 0.54% | - |
| XYZ | 21.52 | 21.35 | 23.07 | - |
| YUV | 128.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 124 | 127 | 0 | 0.10 | 0.08 | 0.46 | 347.14 | 0.06 | 0.51 |
| Hex | 8A | 7C | 7F | 0 | A | 8 | 2E | 15B | 6 | 33 |
| Octal | 212 | 174 | 177 | 0 | 12 | 10 | 56 | 533 | 6 | 63 |
| Binary | 10001010 | 1111100 | 1111111 | 0 | 1010 | 1000 | 101110 | 101011011 | 110 | 110011 |
Color Harmonies of #8A7C7F
Complementary color
Monochromatic Colors of #8A7C7F
Black with #8A7C7F
Text Example
Text Example
White with #8A7C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7C7F; }
p { color: rgb(138,124,127); }
H1.HeaderClassName
{
color: #8A7C7F;
}
.AnyTagClassName
{
color: #8A7C7F;
}
</style>
background-color css
<style>
a { background-color: #8A7C7F; }
a { background-color: rgb(138,124,127); }
div.DivClassName
{
background-color: #8A7C7F;
}
.BgClassName
{
background-color: #8A7C7F;
}
</style>
border-color css
<style>
span { border-color: #8A7C7F; }
span { border-color: rgb(138,124,127); }
td.TdClassName
{
border-color: #8A7C7F;
}
.TagClassName
{
border-color: #8A7C7F;
}
</style>