Shades of Hemp #957A75
Tints of Hemp #957A75
RGB
CMYK
RGB Variations
Color information
#957A75 (or 0x957A75) is known color: Hemp. HEX triplet: 95, 7A and 75. RGB value is (149,122,117). Sum of RGB (Red+Green+Blue) = 149+122+117=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A75 is #6A858A. Grayscale: #818181. Windows color (decimal): -6981003 or 7699093. OLE color: 7699093.
HSL color Cylindrical-coordinate representation of color #957A75: hue angle of 9.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957A75 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 122 | 117 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.42 |
| HSL | 9.38º | 0.13% | 0.52% | - |
| HSV(B) | 9.38º | 0.21% | 0.58% | - |
| XYZ | 22.56 | 21.59 | 19.81 | - |
| YUV | 129.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 117 | 0 | 0.18 | 0.21 | 0.42 | 9.38 | 0.13 | 0.52 |
| Hex | 95 | 7A | 75 | 0 | 12 | 15 | 2A | 9 | D | 34 |
| Octal | 225 | 172 | 165 | 0 | 22 | 25 | 52 | 11 | 15 | 64 |
| Binary | 10010101 | 1111010 | 1110101 | 0 | 10010 | 10101 | 101010 | 1001 | 1101 | 110100 |
Color Harmonies of #957A75
Complementary color
Monochromatic Colors of #957A75
Black with #957A75
Text Example
Text Example
White with #957A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957A75; }
p { color: rgb(149,122,117); }
H1.HeaderClassName
{
color: #957A75;
}
.AnyTagClassName
{
color: #957A75;
}
</style>
background-color css
<style>
a { background-color: #957A75; }
a { background-color: rgb(149,122,117); }
div.DivClassName
{
background-color: #957A75;
}
.BgClassName
{
background-color: #957A75;
}
</style>
border-color css
<style>
span { border-color: #957A75; }
span { border-color: rgb(149,122,117); }
td.TdClassName
{
border-color: #957A75;
}
.TagClassName
{
border-color: #957A75;
}
</style>