Shades of Venus #917E7F
Tints of Venus #917E7F
RGB
CMYK
RGB Variations
Color information
#917E7F (or 0x917E7F) is known color: Venus. HEX triplet: 91, 7E and 7F. RGB value is (145,126,127). Sum of RGB (Red+Green+Blue) = 145+126+127=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #917E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E7F is #6E8180. Grayscale: #838383. Windows color (decimal): -7242113 or 8355473. OLE color: 8355473.
HSL color Cylindrical-coordinate representation of color #917E7F: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #917E7F is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 127 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.43 |
| HSL | 356.84º | 0.08% | 0.53% | - |
| HSV(B) | 356.84º | 0.13% | 0.57% | - |
| XYZ | 22.97 | 22.47 | 23.21 | - |
| YUV | 131.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 127 | 0 | 0.13 | 0.12 | 0.43 | 356.84 | 0.08 | 0.53 |
| Hex | 91 | 7E | 7F | 0 | D | C | 2B | 165 | 8 | 35 |
| Octal | 221 | 176 | 177 | 0 | 15 | 14 | 53 | 545 | 10 | 65 |
| Binary | 10010001 | 1111110 | 1111111 | 0 | 1101 | 1100 | 101011 | 101100101 | 1000 | 110101 |
Color Harmonies of #917E7F
Complementary color
Monochromatic Colors of #917E7F
Black with #917E7F
Text Example
Text Example
White with #917E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E7F; }
p { color: rgb(145,126,127); }
H1.HeaderClassName
{
color: #917E7F;
}
.AnyTagClassName
{
color: #917E7F;
}
</style>
background-color css
<style>
a { background-color: #917E7F; }
a { background-color: rgb(145,126,127); }
div.DivClassName
{
background-color: #917E7F;
}
.BgClassName
{
background-color: #917E7F;
}
</style>
border-color css
<style>
span { border-color: #917E7F; }
span { border-color: rgb(145,126,127); }
td.TdClassName
{
border-color: #917E7F;
}
.TagClassName
{
border-color: #917E7F;
}
</style>