Shades of Hoki #707D80
Tints of Hoki #707D80
RGB
CMYK
RGB Variations
Color information
#707D80 (or 0x707D80) is known color: Hoki. HEX triplet: 70, 7D and 80. RGB value is (112,125,128). Sum of RGB (Red+Green+Blue) = 112+125+128=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 128 - color contains mainly: blue. Hex color #707D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D80 is #8F827F. Grayscale: #797979. Windows color (decimal): -9405056 or 8420720. OLE color: 8420720.
HSL color Cylindrical-coordinate representation of color #707D80: hue angle of 191.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707D80 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 125 | 128 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.50 |
| HSL | 191.25º | 0.07% | 0.47% | - |
| HSV(B) | 191.25º | 0.13% | 0.5% | - |
| XYZ | 17.91 | 19.67 | 23.27 | - |
| YUV | 121.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 128 | 0.12 | 0.02 | 0 | 0.50 | 191.25 | 0.07 | 0.47 |
| Hex | 70 | 7D | 80 | C | 2 | 0 | 32 | BF | 7 | 2F |
| Octal | 160 | 175 | 200 | 14 | 2 | 0 | 62 | 277 | 7 | 57 |
| Binary | 1110000 | 1111101 | 10000000 | 1100 | 10 | 0 | 110010 | 10111111 | 111 | 101111 |
Color Harmonies of #707D80
Complementary color
Monochromatic Colors of #707D80
Black with #707D80
Text Example
Text Example
White with #707D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D80; }
p { color: rgb(112,125,128); }
H1.HeaderClassName
{
color: #707D80;
}
.AnyTagClassName
{
color: #707D80;
}
</style>
background-color css
<style>
a { background-color: #707D80; }
a { background-color: rgb(112,125,128); }
div.DivClassName
{
background-color: #707D80;
}
.BgClassName
{
background-color: #707D80;
}
</style>
border-color css
<style>
span { border-color: #707D80; }
span { border-color: rgb(112,125,128); }
td.TdClassName
{
border-color: #707D80;
}
.TagClassName
{
border-color: #707D80;
}
</style>