Shades of Hoki #707C7F
Tints of Hoki #707C7F
RGB
CMYK
RGB Variations
Color information
#707C7F (or 0x707C7F) is known color: Hoki. HEX triplet: 70, 7C and 7F. RGB value is (112,124,127). Sum of RGB (Red+Green+Blue) = 112+124+127=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 127 - color contains mainly: blue. Hex color #707C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C7F is #8F8380. Grayscale: #787878. Windows color (decimal): -9405313 or 8354928. OLE color: 8354928.
HSL color Cylindrical-coordinate representation of color #707C7F: hue angle of 192º degrees, saturation: 0.06, 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 #707C7F is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 124 | 127 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.50 |
| HSL | 192º | 0.06% | 0.47% | - |
| HSV(B) | 192º | 0.12% | 0.5% | - |
| XYZ | 17.72 | 19.39 | 22.89 | - |
| YUV | 120.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 127 | 0.12 | 0.02 | 0 | 0.50 | 192 | 0.06 | 0.47 |
| Hex | 70 | 7C | 7F | C | 2 | 0 | 32 | C0 | 6 | 2F |
| Octal | 160 | 174 | 177 | 14 | 2 | 0 | 62 | 300 | 6 | 57 |
| Binary | 1110000 | 1111100 | 1111111 | 1100 | 10 | 0 | 110010 | 11000000 | 110 | 101111 |
Color Harmonies of #707C7F
Complementary color
Monochromatic Colors of #707C7F
Black with #707C7F
Text Example
Text Example
White with #707C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C7F; }
p { color: rgb(112,124,127); }
H1.HeaderClassName
{
color: #707C7F;
}
.AnyTagClassName
{
color: #707C7F;
}
</style>
background-color css
<style>
a { background-color: #707C7F; }
a { background-color: rgb(112,124,127); }
div.DivClassName
{
background-color: #707C7F;
}
.BgClassName
{
background-color: #707C7F;
}
</style>
border-color css
<style>
span { border-color: #707C7F; }
span { border-color: rgb(112,124,127); }
td.TdClassName
{
border-color: #707C7F;
}
.TagClassName
{
border-color: #707C7F;
}
</style>