Shades of Venus #8B7E7F
Tints of Venus #8B7E7F
RGB
CMYK
RGB Variations
Color information
#8B7E7F (or 0x8B7E7F) is known color: Venus. HEX triplet: 8B, 7E and 7F. RGB value is (139,126,127). Sum of RGB (Red+Green+Blue) = 139+126+127=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E7F is #748180. Grayscale: #828282. Windows color (decimal): -7635329 or 8355467. OLE color: 8355467.
HSL color Cylindrical-coordinate representation of color #8B7E7F: hue angle of 355.38º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B7E7F is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 127 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.45 |
| HSL | 355.38º | 0.05% | 0.52% | - |
| HSV(B) | 355.38º | 0.09% | 0.55% | - |
| XYZ | 21.94 | 21.94 | 23.16 | - |
| YUV | 130 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 127 | 0 | 0.09 | 0.09 | 0.45 | 355.38 | 0.05 | 0.52 |
| Hex | 8B | 7E | 7F | 0 | 9 | 9 | 2D | 163 | 5 | 34 |
| Octal | 213 | 176 | 177 | 0 | 11 | 11 | 55 | 543 | 5 | 64 |
| Binary | 10001011 | 1111110 | 1111111 | 0 | 1001 | 1001 | 101101 | 101100011 | 101 | 110100 |
Color Harmonies of #8B7E7F
Complementary color
Monochromatic Colors of #8B7E7F
Black with #8B7E7F
Text Example
Text Example
White with #8B7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E7F; }
p { color: rgb(139,126,127); }
H1.HeaderClassName
{
color: #8B7E7F;
}
.AnyTagClassName
{
color: #8B7E7F;
}
</style>
background-color css
<style>
a { background-color: #8B7E7F; }
a { background-color: rgb(139,126,127); }
div.DivClassName
{
background-color: #8B7E7F;
}
.BgClassName
{
background-color: #8B7E7F;
}
</style>
border-color css
<style>
span { border-color: #8B7E7F; }
span { border-color: rgb(139,126,127); }
td.TdClassName
{
border-color: #8B7E7F;
}
.TagClassName
{
border-color: #8B7E7F;
}
</style>