Shades of Venus #917D82
Tints of Venus #917D82
RGB
CMYK
RGB Variations
Color information
#917D82 (or 0x917D82) is known color: Venus. HEX triplet: 91, 7D and 82. RGB value is (145,125,130). Sum of RGB (Red+Green+Blue) = 145+125+130=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #917D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D82 is #6E827D. Grayscale: #838383. Windows color (decimal): -7242366 or 8551825. OLE color: 8551825.
HSL color Cylindrical-coordinate representation of color #917D82: hue angle of 345º 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 #917D82 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 130 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.43 |
| HSL | 345º | 0.08% | 0.53% | - |
| HSV(B) | 345º | 0.14% | 0.57% | - |
| XYZ | 23.04 | 22.3 | 24.21 | - |
| YUV | 131.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 130 | 0 | 0.14 | 0.10 | 0.43 | 345 | 0.08 | 0.53 |
| Hex | 91 | 7D | 82 | 0 | E | A | 2B | 159 | 8 | 35 |
| Octal | 221 | 175 | 202 | 0 | 16 | 12 | 53 | 531 | 10 | 65 |
| Binary | 10010001 | 1111101 | 10000010 | 0 | 1110 | 1010 | 101011 | 101011001 | 1000 | 110101 |
Color Harmonies of #917D82
Complementary color
Monochromatic Colors of #917D82
Black with #917D82
Text Example
Text Example
White with #917D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D82; }
p { color: rgb(145,125,130); }
H1.HeaderClassName
{
color: #917D82;
}
.AnyTagClassName
{
color: #917D82;
}
</style>
background-color css
<style>
a { background-color: #917D82; }
a { background-color: rgb(145,125,130); }
div.DivClassName
{
background-color: #917D82;
}
.BgClassName
{
background-color: #917D82;
}
</style>
border-color css
<style>
span { border-color: #917D82; }
span { border-color: rgb(145,125,130); }
td.TdClassName
{
border-color: #917D82;
}
.TagClassName
{
border-color: #917D82;
}
</style>