Shades of Hemp #927B75
Tints of Hemp #927B75
RGB
CMYK
RGB Variations
Color information
#927B75 (or 0x927B75) is known color: Hemp. HEX triplet: 92, 7B and 75. RGB value is (146,123,117). Sum of RGB (Red+Green+Blue) = 146+123+117=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #927B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B75 is #6D848A. Grayscale: #818181. Windows color (decimal): -7177355 or 7699346. OLE color: 7699346.
HSL color Cylindrical-coordinate representation of color #927B75: hue angle of 12.41º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #927B75 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 117 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.43 |
| HSL | 12.41º | 0.12% | 0.52% | - |
| HSV(B) | 12.41º | 0.2% | 0.57% | - |
| XYZ | 22.15 | 21.56 | 19.82 | - |
| YUV | 129.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 117 | 0 | 0.16 | 0.20 | 0.43 | 12.41 | 0.12 | 0.52 |
| Hex | 92 | 7B | 75 | 0 | 10 | 14 | 2B | C | C | 34 |
| Octal | 222 | 173 | 165 | 0 | 20 | 24 | 53 | 14 | 14 | 64 |
| Binary | 10010010 | 1111011 | 1110101 | 0 | 10000 | 10100 | 101011 | 1100 | 1100 | 110100 |
Color Harmonies of #927B75
Complementary color
Monochromatic Colors of #927B75
Black with #927B75
Text Example
Text Example
White with #927B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B75; }
p { color: rgb(146,123,117); }
H1.HeaderClassName
{
color: #927B75;
}
.AnyTagClassName
{
color: #927B75;
}
</style>
background-color css
<style>
a { background-color: #927B75; }
a { background-color: rgb(146,123,117); }
div.DivClassName
{
background-color: #927B75;
}
.BgClassName
{
background-color: #927B75;
}
</style>
border-color css
<style>
span { border-color: #927B75; }
span { border-color: rgb(146,123,117); }
td.TdClassName
{
border-color: #927B75;
}
.TagClassName
{
border-color: #927B75;
}
</style>