Shades of Venus #907D7F
Tints of Venus #907D7F
RGB
CMYK
RGB Variations
Color information
#907D7F (or 0x907D7F) is known color: Venus. HEX triplet: 90, 7D and 7F. RGB value is (144,125,127). Sum of RGB (Red+Green+Blue) = 144+125+127=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #907D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D7F is #6F8280. Grayscale: #828282. Windows color (decimal): -7307905 or 8355216. OLE color: 8355216.
HSL color Cylindrical-coordinate representation of color #907D7F: hue angle of 353.68º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #907D7F is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 125 | 127 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.44 |
| HSL | 353.68º | 0.08% | 0.53% | - |
| HSV(B) | 353.68º | 0.13% | 0.56% | - |
| XYZ | 22.67 | 22.13 | 23.16 | - |
| YUV | 130.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 127 | 0 | 0.13 | 0.12 | 0.44 | 353.68 | 0.08 | 0.53 |
| Hex | 90 | 7D | 7F | 0 | D | C | 2C | 162 | 8 | 35 |
| Octal | 220 | 175 | 177 | 0 | 15 | 14 | 54 | 542 | 10 | 65 |
| Binary | 10010000 | 1111101 | 1111111 | 0 | 1101 | 1100 | 101100 | 101100010 | 1000 | 110101 |
Color Harmonies of #907D7F
Complementary color
Monochromatic Colors of #907D7F
Black with #907D7F
Text Example
Text Example
White with #907D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907D7F; }
p { color: rgb(144,125,127); }
H1.HeaderClassName
{
color: #907D7F;
}
.AnyTagClassName
{
color: #907D7F;
}
</style>
background-color css
<style>
a { background-color: #907D7F; }
a { background-color: rgb(144,125,127); }
div.DivClassName
{
background-color: #907D7F;
}
.BgClassName
{
background-color: #907D7F;
}
</style>
border-color css
<style>
span { border-color: #907D7F; }
span { border-color: rgb(144,125,127); }
td.TdClassName
{
border-color: #907D7F;
}
.TagClassName
{
border-color: #907D7F;
}
</style>