Shades of Venus #97878A
Tints of Venus #97878A
RGB
CMYK
RGB Variations
Color information
#97878A (or 0x97878A) is known color: Venus. HEX triplet: 97, 87 and 8A. RGB value is (151,135,138). Sum of RGB (Red+Green+Blue) = 151+135+138=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 151 - color contains mainly: red. Hex color #97878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97878A is #687875. Grayscale: #8C8C8C. Windows color (decimal): -6846582 or 9078679. OLE color: 9078679.
HSL color Cylindrical-coordinate representation of color #97878A: hue angle of 348.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97878A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 135 | 138 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.41 |
| HSL | 348.75º | 0.07% | 0.56% | - |
| HSV(B) | 348.75º | 0.11% | 0.59% | - |
| XYZ | 26.01 | 25.74 | 27.64 | - |
| YUV | 140.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 135 | 138 | 0 | 0.11 | 0.09 | 0.41 | 348.75 | 0.07 | 0.56 |
| Hex | 97 | 87 | 8A | 0 | B | 9 | 29 | 15D | 7 | 38 |
| Octal | 227 | 207 | 212 | 0 | 13 | 11 | 51 | 535 | 7 | 70 |
| Binary | 10010111 | 10000111 | 10001010 | 0 | 1011 | 1001 | 101001 | 101011101 | 111 | 111000 |
Color Harmonies of #97878A
Complementary color
Monochromatic Colors of #97878A
Black with #97878A
Text Example
Text Example
White with #97878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97878A; }
p { color: rgb(151,135,138); }
H1.HeaderClassName
{
color: #97878A;
}
.AnyTagClassName
{
color: #97878A;
}
</style>
background-color css
<style>
a { background-color: #97878A; }
a { background-color: rgb(151,135,138); }
div.DivClassName
{
background-color: #97878A;
}
.BgClassName
{
background-color: #97878A;
}
</style>
border-color css
<style>
span { border-color: #97878A; }
span { border-color: rgb(151,135,138); }
td.TdClassName
{
border-color: #97878A;
}
.TagClassName
{
border-color: #97878A;
}
</style>