Shades of Venus #86757A
Tints of Venus #86757A
RGB
CMYK
RGB Variations
Color information
#86757A (or 0x86757A) is known color: Venus. HEX triplet: 86, 75 and 7A. RGB value is (134,117,122). Sum of RGB (Red+Green+Blue) = 134+117+122=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86757A is #798A85. Grayscale: #7A7A7A. Windows color (decimal): -7965318 or 8025478. OLE color: 8025478.
HSL color Cylindrical-coordinate representation of color #86757A: hue angle of 342.35º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #86757A is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 122 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.47 |
| HSL | 342.35º | 0.07% | 0.49% | - |
| HSV(B) | 342.35º | 0.13% | 0.53% | - |
| XYZ | 19.71 | 19.2 | 21.08 | - |
| YUV | 122.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 122 | 0 | 0.13 | 0.09 | 0.47 | 342.35 | 0.07 | 0.49 |
| Hex | 86 | 75 | 7A | 0 | D | 9 | 2F | 156 | 7 | 31 |
| Octal | 206 | 165 | 172 | 0 | 15 | 11 | 57 | 526 | 7 | 61 |
| Binary | 10000110 | 1110101 | 1111010 | 0 | 1101 | 1001 | 101111 | 101010110 | 111 | 110001 |
Color Harmonies of #86757A
Complementary color
Monochromatic Colors of #86757A
Black with #86757A
Text Example
Text Example
White with #86757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86757A; }
p { color: rgb(134,117,122); }
H1.HeaderClassName
{
color: #86757A;
}
.AnyTagClassName
{
color: #86757A;
}
</style>
background-color css
<style>
a { background-color: #86757A; }
a { background-color: rgb(134,117,122); }
div.DivClassName
{
background-color: #86757A;
}
.BgClassName
{
background-color: #86757A;
}
</style>
border-color css
<style>
span { border-color: #86757A; }
span { border-color: rgb(134,117,122); }
td.TdClassName
{
border-color: #86757A;
}
.TagClassName
{
border-color: #86757A;
}
</style>