Shades of Hoki #707D82
Tints of Hoki #707D82
RGB
CMYK
RGB Variations
Color information
#707D82 (or 0x707D82) is known color: Hoki. HEX triplet: 70, 7D and 82. RGB value is (112,125,130). Sum of RGB (Red+Green+Blue) = 112+125+130=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 130 - color contains mainly: blue. Hex color #707D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D82 is #8F827D. Grayscale: #797979. Windows color (decimal): -9405054 or 8551792. OLE color: 8551792.
HSL color Cylindrical-coordinate representation of color #707D82: hue angle of 196.67º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707D82 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 125 | 130 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.49 |
| HSL | 196.67º | 0.07% | 0.47% | - |
| HSV(B) | 196.67º | 0.14% | 0.51% | - |
| XYZ | 18.04 | 19.72 | 23.98 | - |
| YUV | 121.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 130 | 0.14 | 0.04 | 0 | 0.49 | 196.67 | 0.07 | 0.47 |
| Hex | 70 | 7D | 82 | E | 4 | 0 | 31 | C5 | 7 | 2F |
| Octal | 160 | 175 | 202 | 16 | 4 | 0 | 61 | 305 | 7 | 57 |
| Binary | 1110000 | 1111101 | 10000010 | 1110 | 100 | 0 | 110001 | 11000101 | 111 | 101111 |
Color Harmonies of #707D82
Complementary color
Monochromatic Colors of #707D82
Black with #707D82
Text Example
Text Example
White with #707D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D82; }
p { color: rgb(112,125,130); }
H1.HeaderClassName
{
color: #707D82;
}
.AnyTagClassName
{
color: #707D82;
}
</style>
background-color css
<style>
a { background-color: #707D82; }
a { background-color: rgb(112,125,130); }
div.DivClassName
{
background-color: #707D82;
}
.BgClassName
{
background-color: #707D82;
}
</style>
border-color css
<style>
span { border-color: #707D82; }
span { border-color: rgb(112,125,130); }
td.TdClassName
{
border-color: #707D82;
}
.TagClassName
{
border-color: #707D82;
}
</style>