Shades of Jumbo #8A8B7B
Tints of Jumbo #8A8B7B
RGB
CMYK
RGB Variations
Color information
#8A8B7B (or 0x8A8B7B) is known color: Jumbo. HEX triplet: 8A, 8B and 7B. RGB value is (138,139,123). Sum of RGB (Red+Green+Blue) = 138+139+123=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8B7B is #757484. Grayscale: #888888. Windows color (decimal): -7697541 or 8096650. OLE color: 8096650.
HSL color Cylindrical-coordinate representation of color #8A8B7B: hue angle of 63.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8B7B is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
RGB | 138 | 139 | 123 | - |
CMYK | 0.01 | 0 | 0.12 | 0.45 |
HSL | 63.75º | 0.06% | 0.51% | - |
HSV(B) | 63.75º | 0.12% | 0.55% | - |
XYZ | 23.29 | 25.3 | 22.39 | - |
YUV | 136.88 | 120.17 | 128.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 139 | 123 | 0.01 | 0 | 0.12 | 0.45 | 63.75 | 0.06 | 0.51 |
Hex | 8A | 8B | 7B | 1 | 0 | C | 2D | 40 | 6 | 33 |
Octal | 212 | 213 | 173 | 1 | 0 | 14 | 55 | 100 | 6 | 63 |
Binary | 10001010 | 10001011 | 1111011 | 1 | 0 | 1100 | 101101 | 1000000 | 110 | 110011 |
Color Harmonies of #8A8B7B
Complementary color
Monochromatic Colors of #8A8B7B
Black with #8A8B7B
Text Example
Text Example
White with #8A8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8B7B; }
p { color: rgb(138,139,123); }
H1.HeaderClassName
{
color: #8A8B7B;
}
.AnyTagClassName
{
color: #8A8B7B;
}
</style>
background-color css
<style>
a { background-color: #8A8B7B; }
a { background-color: rgb(138,139,123); }
div.DivClassName
{
background-color: #8A8B7B;
}
.BgClassName
{
background-color: #8A8B7B;
}
</style>
border-color css
<style>
span { border-color: #8A8B7B; }
span { border-color: rgb(138,139,123); }
td.TdClassName
{
border-color: #8A8B7B;
}
.TagClassName
{
border-color: #8A8B7B;
}
</style>