Shades of Jumbo #918F81
Tints of Jumbo #918F81
RGB
CMYK
RGB Variations
Color information
#918F81 (or 0x918F81) is known color: Jumbo. HEX triplet: 91, 8F and 81. RGB value is (145,143,129). Sum of RGB (Red+Green+Blue) = 145+143+129=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 145 - color contains mainly: red. Hex color #918F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F81 is #6E707E. Grayscale: #8E8E8E. Windows color (decimal): -7237759 or 8490897. OLE color: 8490897.
HSL color Cylindrical-coordinate representation of color #918F81: hue angle of 52.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #918F81 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 129 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.43 |
| HSL | 52.5º | 0.07% | 0.54% | - |
| HSV(B) | 52.5º | 0.11% | 0.57% | - |
| XYZ | 25.46 | 27.25 | 24.69 | - |
| YUV | 142 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 129 | 0 | 0.01 | 0.11 | 0.43 | 52.5 | 0.07 | 0.54 |
| Hex | 91 | 8F | 81 | 0 | 1 | B | 2B | 34 | 7 | 36 |
| Octal | 221 | 217 | 201 | 0 | 1 | 13 | 53 | 64 | 7 | 66 |
| Binary | 10010001 | 10001111 | 10000001 | 0 | 1 | 1011 | 101011 | 110100 | 111 | 110110 |
Color Harmonies of #918F81
Complementary color
Monochromatic Colors of #918F81
Black with #918F81
Text Example
Text Example
White with #918F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F81; }
p { color: rgb(145,143,129); }
H1.HeaderClassName
{
color: #918F81;
}
.AnyTagClassName
{
color: #918F81;
}
</style>
background-color css
<style>
a { background-color: #918F81; }
a { background-color: rgb(145,143,129); }
div.DivClassName
{
background-color: #918F81;
}
.BgClassName
{
background-color: #918F81;
}
</style>
border-color css
<style>
span { border-color: #918F81; }
span { border-color: rgb(145,143,129); }
td.TdClassName
{
border-color: #918F81;
}
.TagClassName
{
border-color: #918F81;
}
</style>