Shades of Hurricane #817E7D
Tints of Hurricane #817E7D
RGB
CMYK
RGB Variations
Color information
#817E7D (or 0x817E7D) is known color: Hurricane. HEX triplet: 81, 7E and 7D. RGB value is (129,126,125). Sum of RGB (Red+Green+Blue) = 129+126+125=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 129 - color contains mainly: red. Hex color #817E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E7D is #7E8182. Grayscale: #7E7E7E. Windows color (decimal): -8290691 or 8224385. OLE color: 8224385.
HSL color Cylindrical-coordinate representation of color #817E7D: hue angle of 15º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #817E7D is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
RGB | 129 | 126 | 125 | - |
CMYK | 0 | 0.02 | 0.03 | 0.49 |
HSL | 15º | 0.02% | 0.5% | - |
HSV(B) | 15º | 0.03% | 0.51% | - |
XYZ | 20.22 | 21.07 | 22.4 | - |
YUV | 126.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 126 | 125 | 0 | 0.02 | 0.03 | 0.49 | 15 | 0.02 | 0.5 |
Hex | 81 | 7E | 7D | 0 | 2 | 3 | 31 | F | 2 | 32 |
Octal | 201 | 176 | 175 | 0 | 2 | 3 | 61 | 17 | 2 | 62 |
Binary | 10000001 | 1111110 | 1111101 | 0 | 10 | 11 | 110001 | 1111 | 10 | 110010 |
Color Harmonies of #817E7D
Complementary color
Monochromatic Colors of #817E7D
Black with #817E7D
Text Example
Text Example
White with #817E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E7D; }
p { color: rgb(129,126,125); }
H1.HeaderClassName
{
color: #817E7D;
}
.AnyTagClassName
{
color: #817E7D;
}
</style>
background-color css
<style>
a { background-color: #817E7D; }
a { background-color: rgb(129,126,125); }
div.DivClassName
{
background-color: #817E7D;
}
.BgClassName
{
background-color: #817E7D;
}
</style>
border-color css
<style>
span { border-color: #817E7D; }
span { border-color: rgb(129,126,125); }
td.TdClassName
{
border-color: #817E7D;
}
.TagClassName
{
border-color: #817E7D;
}
</style>