Shades of Venus #95727E
Tints of Venus #95727E
RGB
CMYK
RGB Variations
Color information
#95727E (or 0x95727E) is known color: Venus. HEX triplet: 95, 72 and 7E. RGB value is (149,114,126). Sum of RGB (Red+Green+Blue) = 149+114+126=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95727E is #6A8D81. Grayscale: #7D7D7D. Windows color (decimal): -6983042 or 8286869. OLE color: 8286869.
HSL color Cylindrical-coordinate representation of color #95727E: hue angle of 339.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95727E is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 126 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.42 |
| HSL | 339.43º | 0.14% | 0.52% | - |
| HSV(B) | 339.43º | 0.23% | 0.58% | - |
| XYZ | 22.18 | 19.93 | 22.42 | - |
| YUV | 125.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 126 | 0 | 0.23 | 0.15 | 0.42 | 339.43 | 0.14 | 0.52 |
| Hex | 95 | 72 | 7E | 0 | 17 | F | 2A | 153 | E | 34 |
| Octal | 225 | 162 | 176 | 0 | 27 | 17 | 52 | 523 | 16 | 64 |
| Binary | 10010101 | 1110010 | 1111110 | 0 | 10111 | 1111 | 101010 | 101010011 | 1110 | 110100 |
Color Harmonies of #95727E
Complementary color
Monochromatic Colors of #95727E
Black with #95727E
Text Example
Text Example
White with #95727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95727E; }
p { color: rgb(149,114,126); }
H1.HeaderClassName
{
color: #95727E;
}
.AnyTagClassName
{
color: #95727E;
}
</style>
background-color css
<style>
a { background-color: #95727E; }
a { background-color: rgb(149,114,126); }
div.DivClassName
{
background-color: #95727E;
}
.BgClassName
{
background-color: #95727E;
}
</style>
border-color css
<style>
span { border-color: #95727E; }
span { border-color: rgb(149,114,126); }
td.TdClassName
{
border-color: #95727E;
}
.TagClassName
{
border-color: #95727E;
}
</style>