Shades of Hurricane #907B71
Tints of Hurricane #907B71
RGB
CMYK
RGB Variations
Color information
#907B71 (or 0x907B71) is known color: Hurricane. HEX triplet: 90, 7B and 71. RGB value is (144,123,113). Sum of RGB (Red+Green+Blue) = 144+123+113=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #907B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B71 is #6F848E. Grayscale: #808080. Windows color (decimal): -7308431 or 7437200. OLE color: 7437200.
HSL color Cylindrical-coordinate representation of color #907B71: hue angle of 19.35º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907B71 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 123 | 113 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.44 |
| HSL | 19.35º | 0.12% | 0.5% | - |
| HSV(B) | 19.35º | 0.22% | 0.56% | - |
| XYZ | 21.57 | 21.29 | 18.6 | - |
| YUV | 128.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 113 | 0 | 0.15 | 0.22 | 0.44 | 19.35 | 0.12 | 0.5 |
| Hex | 90 | 7B | 71 | 0 | F | 16 | 2C | 13 | C | 32 |
| Octal | 220 | 173 | 161 | 0 | 17 | 26 | 54 | 23 | 14 | 62 |
| Binary | 10010000 | 1111011 | 1110001 | 0 | 1111 | 10110 | 101100 | 10011 | 1100 | 110010 |
Color Harmonies of #907B71
Complementary color
Monochromatic Colors of #907B71
Black with #907B71
Text Example
Text Example
White with #907B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907B71; }
p { color: rgb(144,123,113); }
H1.HeaderClassName
{
color: #907B71;
}
.AnyTagClassName
{
color: #907B71;
}
</style>
background-color css
<style>
a { background-color: #907B71; }
a { background-color: rgb(144,123,113); }
div.DivClassName
{
background-color: #907B71;
}
.BgClassName
{
background-color: #907B71;
}
</style>
border-color css
<style>
span { border-color: #907B71; }
span { border-color: rgb(144,123,113); }
td.TdClassName
{
border-color: #907B71;
}
.TagClassName
{
border-color: #907B71;
}
</style>