Shades of Hemp #957D75
Tints of Hemp #957D75
RGB
CMYK
RGB Variations
Color information
#957D75 (or 0x957D75) is known color: Hemp. HEX triplet: 95, 7D and 75. RGB value is (149,125,117). Sum of RGB (Red+Green+Blue) = 149+125+117=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #957D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D75 is #6A828A. Grayscale: #838383. Windows color (decimal): -6980235 or 7699861. OLE color: 7699861.
HSL color Cylindrical-coordinate representation of color #957D75: hue angle of 15º 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 #957D75 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 117 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.42 |
| HSL | 15º | 0.13% | 0.52% | - |
| HSV(B) | 15º | 0.21% | 0.58% | - |
| XYZ | 22.94 | 22.34 | 19.93 | - |
| YUV | 131.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 117 | 0 | 0.16 | 0.21 | 0.42 | 15 | 0.13 | 0.52 |
| Hex | 95 | 7D | 75 | 0 | 10 | 15 | 2A | F | D | 34 |
| Octal | 225 | 175 | 165 | 0 | 20 | 25 | 52 | 17 | 15 | 64 |
| Binary | 10010101 | 1111101 | 1110101 | 0 | 10000 | 10101 | 101010 | 1111 | 1101 | 110100 |
Color Harmonies of #957D75
Complementary color
Monochromatic Colors of #957D75
Black with #957D75
Text Example
Text Example
White with #957D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D75; }
p { color: rgb(149,125,117); }
H1.HeaderClassName
{
color: #957D75;
}
.AnyTagClassName
{
color: #957D75;
}
</style>
background-color css
<style>
a { background-color: #957D75; }
a { background-color: rgb(149,125,117); }
div.DivClassName
{
background-color: #957D75;
}
.BgClassName
{
background-color: #957D75;
}
</style>
border-color css
<style>
span { border-color: #957D75; }
span { border-color: rgb(149,125,117); }
td.TdClassName
{
border-color: #957D75;
}
.TagClassName
{
border-color: #957D75;
}
</style>