Shades of Heathered Grey #938B7B
Tints of Heathered Grey #938B7B
RGB
CMYK
RGB Variations
Color information
#938B7B (or 0x938B7B) is known color: Heathered Grey. HEX triplet: 93, 8B and 7B. RGB value is (147,139,123). Sum of RGB (Red+Green+Blue) = 147+139+123=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B7B is #6C7484. Grayscale: #8B8B8B. Windows color (decimal): -7107717 or 8096659. OLE color: 8096659.
HSL color Cylindrical-coordinate representation of color #938B7B: hue angle of 40º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938B7B is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
RGB | 147 | 139 | 123 | - |
CMYK | 0 | 0.05 | 0.16 | 0.42 |
HSL | 40º | 0.1% | 0.53% | - |
HSV(B) | 40º | 0.16% | 0.58% | - |
XYZ | 24.84 | 26.1 | 22.47 | - |
YUV | 139.57 | 118.65 | 133.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 147 | 139 | 123 | 0 | 0.05 | 0.16 | 0.42 | 40 | 0.1 | 0.53 |
Hex | 93 | 8B | 7B | 0 | 5 | 10 | 2A | 28 | A | 35 |
Octal | 223 | 213 | 173 | 0 | 5 | 20 | 52 | 50 | 12 | 65 |
Binary | 10010011 | 10001011 | 1111011 | 0 | 101 | 10000 | 101010 | 101000 | 1010 | 110101 |
Color Harmonies of #938B7B
Complementary color
Monochromatic Colors of #938B7B
Black with #938B7B
Text Example
Text Example
White with #938B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938B7B; }
p { color: rgb(147,139,123); }
H1.HeaderClassName
{
color: #938B7B;
}
.AnyTagClassName
{
color: #938B7B;
}
</style>
background-color css
<style>
a { background-color: #938B7B; }
a { background-color: rgb(147,139,123); }
div.DivClassName
{
background-color: #938B7B;
}
.BgClassName
{
background-color: #938B7B;
}
</style>
border-color css
<style>
span { border-color: #938B7B; }
span { border-color: rgb(147,139,123); }
td.TdClassName
{
border-color: #938B7B;
}
.TagClassName
{
border-color: #938B7B;
}
</style>