Shades of Hurricane #7F7D7C
Tints of Hurricane #7F7D7C
RGB
CMYK
RGB Variations
Color information
#7F7D7C (or 0x7F7D7C) is known color: Hurricane. HEX triplet: 7F, 7D and 7C. RGB value is (127,125,124). Sum of RGB (Red+Green+Blue) = 127+125+124=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7D7C is #808283. Grayscale: #7D7D7D. Windows color (decimal): -8422020 or 8158591. OLE color: 8158591.
HSL color Cylindrical-coordinate representation of color #7F7D7C: hue angle of 20º degrees, saturation: 0.01, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7F7D7C is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
RGB | 127 | 125 | 124 | - |
CMYK | 0 | 0.02 | 0.02 | 0.50 |
HSL | 20º | 0.01% | 0.49% | - |
HSV(B) | 20º | 0.02% | 0.5% | - |
XYZ | 19.72 | 20.63 | 22.01 | - |
YUV | 125.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 125 | 124 | 0 | 0.02 | 0.02 | 0.50 | 20 | 0.01 | 0.49 |
Hex | 7F | 7D | 7C | 0 | 2 | 2 | 32 | 14 | 1 | 31 |
Octal | 177 | 175 | 174 | 0 | 2 | 2 | 62 | 24 | 1 | 61 |
Binary | 1111111 | 1111101 | 1111100 | 0 | 10 | 10 | 110010 | 10100 | 1 | 110001 |
Color Harmonies of #7F7D7C
Complementary color
Monochromatic Colors of #7F7D7C
Black with #7F7D7C
Text Example
Text Example
White with #7F7D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7D7C; }
p { color: rgb(127,125,124); }
H1.HeaderClassName
{
color: #7F7D7C;
}
.AnyTagClassName
{
color: #7F7D7C;
}
</style>
background-color css
<style>
a { background-color: #7F7D7C; }
a { background-color: rgb(127,125,124); }
div.DivClassName
{
background-color: #7F7D7C;
}
.BgClassName
{
background-color: #7F7D7C;
}
</style>
border-color css
<style>
span { border-color: #7F7D7C; }
span { border-color: rgb(127,125,124); }
td.TdClassName
{
border-color: #7F7D7C;
}
.TagClassName
{
border-color: #7F7D7C;
}
</style>