Shades of Strikemaster #826777
Tints of Strikemaster #826777
RGB
CMYK
RGB Variations
Color information
#826777 (or 0x826777) is known color: Strikemaster. HEX triplet: 82, 67 and 77. RGB value is (130,103,119). Sum of RGB (Red+Green+Blue) = 130+103+119=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #826777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826777 is #7D9888. Grayscale: #707070. Windows color (decimal): -8231049 or 7825282. OLE color: 7825282.
HSL color Cylindrical-coordinate representation of color #826777: hue angle of 324.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #826777 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 103 | 119 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.49 |
| HSL | 324.44º | 0.12% | 0.46% | - |
| HSV(B) | 324.44º | 0.21% | 0.51% | - |
| XYZ | 17.39 | 15.78 | 19.58 | - |
| YUV | 112.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 103 | 119 | 0 | 0.21 | 0.08 | 0.49 | 324.44 | 0.12 | 0.46 |
| Hex | 82 | 67 | 77 | 0 | 15 | 8 | 31 | 144 | C | 2E |
| Octal | 202 | 147 | 167 | 0 | 25 | 10 | 61 | 504 | 14 | 56 |
| Binary | 10000010 | 1100111 | 1110111 | 0 | 10101 | 1000 | 110001 | 101000100 | 1100 | 101110 |
Color Harmonies of #826777
Complementary color
Monochromatic Colors of #826777
Black with #826777
Text Example
Text Example
White with #826777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826777; }
p { color: rgb(130,103,119); }
H1.HeaderClassName
{
color: #826777;
}
.AnyTagClassName
{
color: #826777;
}
</style>
background-color css
<style>
a { background-color: #826777; }
a { background-color: rgb(130,103,119); }
div.DivClassName
{
background-color: #826777;
}
.BgClassName
{
background-color: #826777;
}
</style>
border-color css
<style>
span { border-color: #826777; }
span { border-color: rgb(130,103,119); }
td.TdClassName
{
border-color: #826777;
}
.TagClassName
{
border-color: #826777;
}
</style>