Shades of Jumbo #8F907B
Tints of Jumbo #8F907B
RGB
CMYK
RGB Variations
Color information
#8F907B (or 0x8F907B) is known color: Jumbo. HEX triplet: 8F, 90 and 7B. RGB value is (143,144,123). Sum of RGB (Red+Green+Blue) = 143+144+123=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #8F907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F907B is #706F84. Grayscale: #8D8D8D. Windows color (decimal): -7368581 or 8097935. OLE color: 8097935.
HSL color Cylindrical-coordinate representation of color #8F907B: hue angle of 62.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F907B is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 123 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.44 |
| HSL | 62.86º | 0.09% | 0.52% | - |
| HSV(B) | 62.86º | 0.15% | 0.56% | - |
| XYZ | 24.88 | 27.22 | 22.68 | - |
| YUV | 141.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 123 | 0.01 | 0 | 0.15 | 0.44 | 62.86 | 0.09 | 0.52 |
| Hex | 8F | 90 | 7B | 1 | 0 | F | 2C | 3F | 9 | 34 |
| Octal | 217 | 220 | 173 | 1 | 0 | 17 | 54 | 77 | 11 | 64 |
| Binary | 10001111 | 10010000 | 1111011 | 1 | 0 | 1111 | 101100 | 111111 | 1001 | 110100 |
Color Harmonies of #8F907B
Complementary color
Monochromatic Colors of #8F907B
Black with #8F907B
Text Example
Text Example
White with #8F907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F907B; }
p { color: rgb(143,144,123); }
H1.HeaderClassName
{
color: #8F907B;
}
.AnyTagClassName
{
color: #8F907B;
}
</style>
background-color css
<style>
a { background-color: #8F907B; }
a { background-color: rgb(143,144,123); }
div.DivClassName
{
background-color: #8F907B;
}
.BgClassName
{
background-color: #8F907B;
}
</style>
border-color css
<style>
span { border-color: #8F907B; }
span { border-color: rgb(143,144,123); }
td.TdClassName
{
border-color: #8F907B;
}
.TagClassName
{
border-color: #8F907B;
}
</style>