Shades of Hurricane #7F7B7A
Tints of Hurricane #7F7B7A
RGB
CMYK
RGB Variations
Color information
#7F7B7A (or 0x7F7B7A) is known color: Hurricane. HEX triplet: 7F, 7B and 7A. RGB value is (127,123,122). Sum of RGB (Red+Green+Blue) = 127+123+122=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B7A is #808485. Grayscale: #7C7C7C. Windows color (decimal): -8422534 or 8027007. OLE color: 8027007.
HSL color Cylindrical-coordinate representation of color #7F7B7A: hue angle of 12º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7F7B7A is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
RGB | 127 | 123 | 122 | - |
CMYK | 0 | 0.03 | 0.04 | 0.50 |
HSL | 12º | 0.02% | 0.49% | - |
HSV(B) | 12º | 0.04% | 0.5% | - |
XYZ | 19.35 | 20.08 | 21.27 | - |
YUV | 124.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 123 | 122 | 0 | 0.03 | 0.04 | 0.50 | 12 | 0.02 | 0.49 |
Hex | 7F | 7B | 7A | 0 | 3 | 4 | 32 | C | 2 | 31 |
Octal | 177 | 173 | 172 | 0 | 3 | 4 | 62 | 14 | 2 | 61 |
Binary | 1111111 | 1111011 | 1111010 | 0 | 11 | 100 | 110010 | 1100 | 10 | 110001 |
Color Harmonies of #7F7B7A
Complementary color
Monochromatic Colors of #7F7B7A
Black with #7F7B7A
Text Example
Text Example
White with #7F7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B7A; }
p { color: rgb(127,123,122); }
H1.HeaderClassName
{
color: #7F7B7A;
}
.AnyTagClassName
{
color: #7F7B7A;
}
</style>
background-color css
<style>
a { background-color: #7F7B7A; }
a { background-color: rgb(127,123,122); }
div.DivClassName
{
background-color: #7F7B7A;
}
.BgClassName
{
background-color: #7F7B7A;
}
</style>
border-color css
<style>
span { border-color: #7F7B7A; }
span { border-color: rgb(127,123,122); }
td.TdClassName
{
border-color: #7F7B7A;
}
.TagClassName
{
border-color: #7F7B7A;
}
</style>