Shades of Hurricane #7D7673
Tints of Hurricane #7D7673
RGB
CMYK
RGB Variations
Color information
#7D7673 (or 0x7D7673) is known color: Hurricane. HEX triplet: 7D, 76 and 73. RGB value is (125,118,115). Sum of RGB (Red+Green+Blue) = 125+118+115=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7673 is #82898C. Grayscale: #777777. Windows color (decimal): -8554893 or 7566973. OLE color: 7566973.
HSL color Cylindrical-coordinate representation of color #7D7673: hue angle of 18º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7D7673 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 115 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.51 |
| HSL | 18º | 0.04% | 0.47% | - |
| HSV(B) | 18º | 0.08% | 0.49% | - |
| XYZ | 18.03 | 18.55 | 18.85 | - |
| YUV | 119.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 115 | 0 | 0.06 | 0.08 | 0.51 | 18 | 0.04 | 0.47 |
| Hex | 7D | 76 | 73 | 0 | 6 | 8 | 33 | 12 | 4 | 2F |
| Octal | 175 | 166 | 163 | 0 | 6 | 10 | 63 | 22 | 4 | 57 |
| Binary | 1111101 | 1110110 | 1110011 | 0 | 110 | 1000 | 110011 | 10010 | 100 | 101111 |
Color Harmonies of #7D7673
Complementary color
Monochromatic Colors of #7D7673
Black with #7D7673
Text Example
Text Example
White with #7D7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7673; }
p { color: rgb(125,118,115); }
H1.HeaderClassName
{
color: #7D7673;
}
.AnyTagClassName
{
color: #7D7673;
}
</style>
background-color css
<style>
a { background-color: #7D7673; }
a { background-color: rgb(125,118,115); }
div.DivClassName
{
background-color: #7D7673;
}
.BgClassName
{
background-color: #7D7673;
}
</style>
border-color css
<style>
span { border-color: #7D7673; }
span { border-color: rgb(125,118,115); }
td.TdClassName
{
border-color: #7D7673;
}
.TagClassName
{
border-color: #7D7673;
}
</style>