Shades of Venus #8B7C7F
Tints of Venus #8B7C7F
RGB
CMYK
RGB Variations
Color information
#8B7C7F (or 0x8B7C7F) is known color: Venus. HEX triplet: 8B, 7C and 7F. RGB value is (139,124,127). Sum of RGB (Red+Green+Blue) = 139+124+127=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C7F is #748380. Grayscale: #808080. Windows color (decimal): -7635841 or 8354955. OLE color: 8354955.
HSL color Cylindrical-coordinate representation of color #8B7C7F: hue angle of 348º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B7C7F is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 127 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.45 |
| HSL | 348º | 0.06% | 0.52% | - |
| HSV(B) | 348º | 0.11% | 0.55% | - |
| XYZ | 21.69 | 21.44 | 23.07 | - |
| YUV | 128.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 127 | 0 | 0.11 | 0.09 | 0.45 | 348 | 0.06 | 0.52 |
| Hex | 8B | 7C | 7F | 0 | B | 9 | 2D | 15C | 6 | 34 |
| Octal | 213 | 174 | 177 | 0 | 13 | 11 | 55 | 534 | 6 | 64 |
| Binary | 10001011 | 1111100 | 1111111 | 0 | 1011 | 1001 | 101101 | 101011100 | 110 | 110100 |
Color Harmonies of #8B7C7F
Complementary color
Monochromatic Colors of #8B7C7F
Black with #8B7C7F
Text Example
Text Example
White with #8B7C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C7F; }
p { color: rgb(139,124,127); }
H1.HeaderClassName
{
color: #8B7C7F;
}
.AnyTagClassName
{
color: #8B7C7F;
}
</style>
background-color css
<style>
a { background-color: #8B7C7F; }
a { background-color: rgb(139,124,127); }
div.DivClassName
{
background-color: #8B7C7F;
}
.BgClassName
{
background-color: #8B7C7F;
}
</style>
border-color css
<style>
span { border-color: #8B7C7F; }
span { border-color: rgb(139,124,127); }
td.TdClassName
{
border-color: #8B7C7F;
}
.TagClassName
{
border-color: #8B7C7F;
}
</style>