Shades of Venus #9A7F85
Tints of Venus #9A7F85
RGB
CMYK
RGB Variations
Color information
#9A7F85 (or 0x9A7F85) is known color: Venus. HEX triplet: 9A, 7F and 85. RGB value is (154,127,133). Sum of RGB (Red+Green+Blue) = 154+127+133=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F85 is #65807A. Grayscale: #878787. Windows color (decimal): -6652027 or 8748954. OLE color: 8748954.
HSL color Cylindrical-coordinate representation of color #9A7F85: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A7F85 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 127 | 133 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.40 |
| HSL | 346.67º | 0.12% | 0.55% | - |
| HSV(B) | 346.67º | 0.18% | 0.6% | - |
| XYZ | 25.15 | 23.74 | 25.45 | - |
| YUV | 135.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 133 | 0 | 0.18 | 0.14 | 0.40 | 346.67 | 0.12 | 0.55 |
| Hex | 9A | 7F | 85 | 0 | 12 | E | 28 | 15B | C | 37 |
| Octal | 232 | 177 | 205 | 0 | 22 | 16 | 50 | 533 | 14 | 67 |
| Binary | 10011010 | 1111111 | 10000101 | 0 | 10010 | 1110 | 101000 | 101011011 | 1100 | 110111 |
Color Harmonies of #9A7F85
Complementary color
Monochromatic Colors of #9A7F85
Black with #9A7F85
Text Example
Text Example
White with #9A7F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7F85; }
p { color: rgb(154,127,133); }
H1.HeaderClassName
{
color: #9A7F85;
}
.AnyTagClassName
{
color: #9A7F85;
}
</style>
background-color css
<style>
a { background-color: #9A7F85; }
a { background-color: rgb(154,127,133); }
div.DivClassName
{
background-color: #9A7F85;
}
.BgClassName
{
background-color: #9A7F85;
}
</style>
border-color css
<style>
span { border-color: #9A7F85; }
span { border-color: rgb(154,127,133); }
td.TdClassName
{
border-color: #9A7F85;
}
.TagClassName
{
border-color: #9A7F85;
}
</style>