Shades of Hurricane #817F7E
Tints of Hurricane #817F7E
RGB
CMYK
RGB Variations
Color information
#817F7E (or 0x817F7E) is known color: Hurricane. HEX triplet: 81, 7F and 7E. RGB value is (129,127,126). Sum of RGB (Red+Green+Blue) = 129+127+126=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 129 - color contains mainly: red. Hex color #817F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F7E is #7E8081. Grayscale: #7F7F7F. Windows color (decimal): -8290434 or 8290177. OLE color: 8290177.
HSL color Cylindrical-coordinate representation of color #817F7E: hue angle of 20º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #817F7E is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
RGB | 129 | 127 | 126 | - |
CMYK | 0 | 0.02 | 0.02 | 0.49 |
HSL | 20º | 0.01% | 0.5% | - |
HSV(B) | 20º | 0.02% | 0.51% | - |
XYZ | 20.41 | 21.35 | 22.78 | - |
YUV | 127.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 127 | 126 | 0 | 0.02 | 0.02 | 0.49 | 20 | 0.01 | 0.5 |
Hex | 81 | 7F | 7E | 0 | 2 | 2 | 31 | 14 | 1 | 32 |
Octal | 201 | 177 | 176 | 0 | 2 | 2 | 61 | 24 | 1 | 62 |
Binary | 10000001 | 1111111 | 1111110 | 0 | 10 | 10 | 110001 | 10100 | 1 | 110010 |
Color Harmonies of #817F7E
Complementary color
Monochromatic Colors of #817F7E
Black with #817F7E
Text Example
Text Example
White with #817F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F7E; }
p { color: rgb(129,127,126); }
H1.HeaderClassName
{
color: #817F7E;
}
.AnyTagClassName
{
color: #817F7E;
}
</style>
background-color css
<style>
a { background-color: #817F7E; }
a { background-color: rgb(129,127,126); }
div.DivClassName
{
background-color: #817F7E;
}
.BgClassName
{
background-color: #817F7E;
}
</style>
border-color css
<style>
span { border-color: #817F7E; }
span { border-color: rgb(129,127,126); }
td.TdClassName
{
border-color: #817F7E;
}
.TagClassName
{
border-color: #817F7E;
}
</style>