Shades of Venus #907C82
Tints of Venus #907C82
RGB
CMYK
RGB Variations
Color information
#907C82 (or 0x907C82) is known color: Venus. HEX triplet: 90, 7C and 82. RGB value is (144,124,130). Sum of RGB (Red+Green+Blue) = 144+124+130=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #907C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C82 is #6F837D. Grayscale: #828282. Windows color (decimal): -7308158 or 8551568. OLE color: 8551568.
HSL color Cylindrical-coordinate representation of color #907C82: hue angle of 342º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #907C82 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 124 | 130 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.44 |
| HSL | 342º | 0.08% | 0.53% | - |
| HSV(B) | 342º | 0.14% | 0.56% | - |
| XYZ | 22.74 | 21.96 | 24.16 | - |
| YUV | 130.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 130 | 0 | 0.14 | 0.10 | 0.44 | 342 | 0.08 | 0.53 |
| Hex | 90 | 7C | 82 | 0 | E | A | 2C | 156 | 8 | 35 |
| Octal | 220 | 174 | 202 | 0 | 16 | 12 | 54 | 526 | 10 | 65 |
| Binary | 10010000 | 1111100 | 10000010 | 0 | 1110 | 1010 | 101100 | 101010110 | 1000 | 110101 |
Color Harmonies of #907C82
Complementary color
Monochromatic Colors of #907C82
Black with #907C82
Text Example
Text Example
White with #907C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907C82; }
p { color: rgb(144,124,130); }
H1.HeaderClassName
{
color: #907C82;
}
.AnyTagClassName
{
color: #907C82;
}
</style>
background-color css
<style>
a { background-color: #907C82; }
a { background-color: rgb(144,124,130); }
div.DivClassName
{
background-color: #907C82;
}
.BgClassName
{
background-color: #907C82;
}
</style>
border-color css
<style>
span { border-color: #907C82; }
span { border-color: rgb(144,124,130); }
td.TdClassName
{
border-color: #907C82;
}
.TagClassName
{
border-color: #907C82;
}
</style>