Shades of Hemp #927D75
Tints of Hemp #927D75
RGB
CMYK
RGB Variations
Color information
#927D75 (or 0x927D75) is known color: Hemp. HEX triplet: 92, 7D and 75. RGB value is (146,125,117). Sum of RGB (Red+Green+Blue) = 146+125+117=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #927D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D75 is #6D828A. Grayscale: #828282. Windows color (decimal): -7176843 or 7699858. OLE color: 7699858.
HSL color Cylindrical-coordinate representation of color #927D75: hue angle of 16.55º 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 #927D75 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 117 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.43 |
| HSL | 16.55º | 0.12% | 0.52% | - |
| HSV(B) | 16.55º | 0.2% | 0.57% | - |
| XYZ | 22.4 | 22.06 | 19.91 | - |
| YUV | 130.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 117 | 0 | 0.14 | 0.20 | 0.43 | 16.55 | 0.12 | 0.52 |
| Hex | 92 | 7D | 75 | 0 | E | 14 | 2B | 11 | C | 34 |
| Octal | 222 | 175 | 165 | 0 | 16 | 24 | 53 | 21 | 14 | 64 |
| Binary | 10010010 | 1111101 | 1110101 | 0 | 1110 | 10100 | 101011 | 10001 | 1100 | 110100 |
Color Harmonies of #927D75
Complementary color
Monochromatic Colors of #927D75
Black with #927D75
Text Example
Text Example
White with #927D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D75; }
p { color: rgb(146,125,117); }
H1.HeaderClassName
{
color: #927D75;
}
.AnyTagClassName
{
color: #927D75;
}
</style>
background-color css
<style>
a { background-color: #927D75; }
a { background-color: rgb(146,125,117); }
div.DivClassName
{
background-color: #927D75;
}
.BgClassName
{
background-color: #927D75;
}
</style>
border-color css
<style>
span { border-color: #927D75; }
span { border-color: rgb(146,125,117); }
td.TdClassName
{
border-color: #927D75;
}
.TagClassName
{
border-color: #927D75;
}
</style>