Shades of Jumbo #8A8C7B
Tints of Jumbo #8A8C7B
RGB
CMYK
RGB Variations
Color information
#8A8C7B (or 0x8A8C7B) is known color: Jumbo. HEX triplet: 8A, 8C and 7B. RGB value is (138,140,123). Sum of RGB (Red+Green+Blue) = 138+140+123=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8C7B is #757384. Grayscale: #898989. Windows color (decimal): -7697285 or 8096906. OLE color: 8096906.
HSL color Cylindrical-coordinate representation of color #8A8C7B: hue angle of 67.06º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A8C7B is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
RGB | 138 | 140 | 123 | - |
CMYK | 0.01 | 0 | 0.12 | 0.45 |
HSL | 67.06º | 0.07% | 0.52% | - |
HSV(B) | 67.06º | 0.12% | 0.55% | - |
XYZ | 23.43 | 25.59 | 22.44 | - |
YUV | 137.46 | 119.84 | 128.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 140 | 123 | 0.01 | 0 | 0.12 | 0.45 | 67.06 | 0.07 | 0.52 |
Hex | 8A | 8C | 7B | 1 | 0 | C | 2D | 43 | 7 | 34 |
Octal | 212 | 214 | 173 | 1 | 0 | 14 | 55 | 103 | 7 | 64 |
Binary | 10001010 | 10001100 | 1111011 | 1 | 0 | 1100 | 101101 | 1000011 | 111 | 110100 |
Color Harmonies of #8A8C7B
Complementary color
Monochromatic Colors of #8A8C7B
Black with #8A8C7B
Text Example
Text Example
White with #8A8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C7B; }
p { color: rgb(138,140,123); }
H1.HeaderClassName
{
color: #8A8C7B;
}
.AnyTagClassName
{
color: #8A8C7B;
}
</style>
background-color css
<style>
a { background-color: #8A8C7B; }
a { background-color: rgb(138,140,123); }
div.DivClassName
{
background-color: #8A8C7B;
}
.BgClassName
{
background-color: #8A8C7B;
}
</style>
border-color css
<style>
span { border-color: #8A8C7B; }
span { border-color: rgb(138,140,123); }
td.TdClassName
{
border-color: #8A8C7B;
}
.TagClassName
{
border-color: #8A8C7B;
}
</style>