Shades of Hoki #647A82
Tints of Hoki #647A82
RGB
CMYK
RGB Variations
Color information
#647A82 (or 0x647A82) is known color: Hoki. HEX triplet: 64, 7A and 82. RGB value is (100,122,130). Sum of RGB (Red+Green+Blue) = 100+122+130=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #647A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A82 is #9B857D. Grayscale: #747474. Windows color (decimal): -10192254 or 8551012. OLE color: 8551012.
HSL color Cylindrical-coordinate representation of color #647A82: hue angle of 196º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #647A82 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 122 | 130 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.49 |
| HSL | 196º | 0.13% | 0.45% | - |
| HSV(B) | 196º | 0.23% | 0.51% | - |
| XYZ | 16.24 | 18.24 | 23.78 | - |
| YUV | 116.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 130 | 0.23 | 0.06 | 0 | 0.49 | 196 | 0.13 | 0.45 |
| Hex | 64 | 7A | 82 | 17 | 6 | 0 | 31 | C4 | D | 2D |
| Octal | 144 | 172 | 202 | 27 | 6 | 0 | 61 | 304 | 15 | 55 |
| Binary | 1100100 | 1111010 | 10000010 | 10111 | 110 | 0 | 110001 | 11000100 | 1101 | 101101 |
Color Harmonies of #647A82
Complementary color
Monochromatic Colors of #647A82
Black with #647A82
Text Example
Text Example
White with #647A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A82; }
p { color: rgb(100,122,130); }
H1.HeaderClassName
{
color: #647A82;
}
.AnyTagClassName
{
color: #647A82;
}
</style>
background-color css
<style>
a { background-color: #647A82; }
a { background-color: rgb(100,122,130); }
div.DivClassName
{
background-color: #647A82;
}
.BgClassName
{
background-color: #647A82;
}
</style>
border-color css
<style>
span { border-color: #647A82; }
span { border-color: rgb(100,122,130); }
td.TdClassName
{
border-color: #647A82;
}
.TagClassName
{
border-color: #647A82;
}
</style>