Shades of Venus #917D80
Tints of Venus #917D80
RGB
CMYK
RGB Variations
Color information
#917D80 (or 0x917D80) is known color: Venus. HEX triplet: 91, 7D and 80. RGB value is (145,125,128). Sum of RGB (Red+Green+Blue) = 145+125+128=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #917D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D80 is #6E827F. Grayscale: #838383. Windows color (decimal): -7242368 or 8420753. OLE color: 8420753.
HSL color Cylindrical-coordinate representation of color #917D80: hue angle of 351º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #917D80 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 128 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.43 |
| HSL | 351º | 0.08% | 0.53% | - |
| HSV(B) | 351º | 0.14% | 0.57% | - |
| XYZ | 22.91 | 22.25 | 23.51 | - |
| YUV | 131.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 128 | 0 | 0.14 | 0.12 | 0.43 | 351 | 0.08 | 0.53 |
| Hex | 91 | 7D | 80 | 0 | E | C | 2B | 15F | 8 | 35 |
| Octal | 221 | 175 | 200 | 0 | 16 | 14 | 53 | 537 | 10 | 65 |
| Binary | 10010001 | 1111101 | 10000000 | 0 | 1110 | 1100 | 101011 | 101011111 | 1000 | 110101 |
Color Harmonies of #917D80
Complementary color
Monochromatic Colors of #917D80
Black with #917D80
Text Example
Text Example
White with #917D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D80; }
p { color: rgb(145,125,128); }
H1.HeaderClassName
{
color: #917D80;
}
.AnyTagClassName
{
color: #917D80;
}
</style>
background-color css
<style>
a { background-color: #917D80; }
a { background-color: rgb(145,125,128); }
div.DivClassName
{
background-color: #917D80;
}
.BgClassName
{
background-color: #917D80;
}
</style>
border-color css
<style>
span { border-color: #917D80; }
span { border-color: rgb(145,125,128); }
td.TdClassName
{
border-color: #917D80;
}
.TagClassName
{
border-color: #917D80;
}
</style>