Shades of Hurricane #827E7B
Tints of Hurricane #827E7B
RGB
CMYK
RGB Variations
Color information
#827E7B (or 0x827E7B) is known color: Hurricane. HEX triplet: 82, 7E and 7B. RGB value is (130,126,123). Sum of RGB (Red+Green+Blue) = 130+126+123=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 130 - color contains mainly: red. Hex color #827E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E7B is #7D8184. Grayscale: #7E7E7E. Windows color (decimal): -8225157 or 8093314. OLE color: 8093314.
HSL color Cylindrical-coordinate representation of color #827E7B: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #827E7B is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 126 | 123 | - |
CMYK | 0 | 0.03 | 0.05 | 0.49 |
HSL | 25.71º | 0.03% | 0.5% | - |
HSV(B) | 25.71º | 0.05% | 0.51% | - |
XYZ | 20.24 | 21.1 | 21.74 | - |
YUV | 126.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 126 | 123 | 0 | 0.03 | 0.05 | 0.49 | 25.71 | 0.03 | 0.5 |
Hex | 82 | 7E | 7B | 0 | 3 | 5 | 31 | 1A | 3 | 32 |
Octal | 202 | 176 | 173 | 0 | 3 | 5 | 61 | 32 | 3 | 62 |
Binary | 10000010 | 1111110 | 1111011 | 0 | 11 | 101 | 110001 | 11010 | 11 | 110010 |
Color Harmonies of #827E7B
Complementary color
Monochromatic Colors of #827E7B
Black with #827E7B
Text Example
Text Example
White with #827E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E7B; }
p { color: rgb(130,126,123); }
H1.HeaderClassName
{
color: #827E7B;
}
.AnyTagClassName
{
color: #827E7B;
}
</style>
background-color css
<style>
a { background-color: #827E7B; }
a { background-color: rgb(130,126,123); }
div.DivClassName
{
background-color: #827E7B;
}
.BgClassName
{
background-color: #827E7B;
}
</style>
border-color css
<style>
span { border-color: #827E7B; }
span { border-color: rgb(130,126,123); }
td.TdClassName
{
border-color: #827E7B;
}
.TagClassName
{
border-color: #827E7B;
}
</style>