Shades of Hurricane #8A7F7B
Tints of Hurricane #8A7F7B
RGB
CMYK
RGB Variations
Color information
#8A7F7B (or 0x8A7F7B) is known color: Hurricane. HEX triplet: 8A, 7F and 7B. RGB value is (138,127,123). Sum of RGB (Red+Green+Blue) = 138+127+123=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F7B is #758084. Grayscale: #818181. Windows color (decimal): -7700613 or 8093578. OLE color: 8093578.
HSL color Cylindrical-coordinate representation of color #8A7F7B: hue angle of 16º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A7F7B is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 123 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.46 |
| HSL | 16º | 0.06% | 0.51% | - |
| HSV(B) | 16º | 0.11% | 0.54% | - |
| XYZ | 21.65 | 22.01 | 21.85 | - |
| YUV | 129.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 123 | 0 | 0.08 | 0.11 | 0.46 | 16 | 0.06 | 0.51 |
| Hex | 8A | 7F | 7B | 0 | 8 | B | 2E | 10 | 6 | 33 |
| Octal | 212 | 177 | 173 | 0 | 10 | 13 | 56 | 20 | 6 | 63 |
| Binary | 10001010 | 1111111 | 1111011 | 0 | 1000 | 1011 | 101110 | 10000 | 110 | 110011 |
Color Harmonies of #8A7F7B
Complementary color
Monochromatic Colors of #8A7F7B
Black with #8A7F7B
Text Example
Text Example
White with #8A7F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F7B; }
p { color: rgb(138,127,123); }
H1.HeaderClassName
{
color: #8A7F7B;
}
.AnyTagClassName
{
color: #8A7F7B;
}
</style>
background-color css
<style>
a { background-color: #8A7F7B; }
a { background-color: rgb(138,127,123); }
div.DivClassName
{
background-color: #8A7F7B;
}
.BgClassName
{
background-color: #8A7F7B;
}
</style>
border-color css
<style>
span { border-color: #8A7F7B; }
span { border-color: rgb(138,127,123); }
td.TdClassName
{
border-color: #8A7F7B;
}
.TagClassName
{
border-color: #8A7F7B;
}
</style>