Shades of Hoki #677A82
Tints of Hoki #677A82
RGB
CMYK
RGB Variations
Color information
#677A82 (or 0x677A82) is known color: Hoki. HEX triplet: 67, 7A and 82. RGB value is (103,122,130). Sum of RGB (Red+Green+Blue) = 103+122+130=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #677A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677A82 is #98857D. Grayscale: #757575. Windows color (decimal): -9995646 or 8551015. OLE color: 8551015.
HSL color Cylindrical-coordinate representation of color #677A82: hue angle of 197.78º 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 #677A82 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 122 | 130 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.49 |
| HSL | 197.78º | 0.12% | 0.46% | - |
| HSV(B) | 197.78º | 0.21% | 0.51% | - |
| XYZ | 16.58 | 18.41 | 23.8 | - |
| YUV | 117.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 130 | 0.21 | 0.06 | 0 | 0.49 | 197.78 | 0.12 | 0.46 |
| Hex | 67 | 7A | 82 | 15 | 6 | 0 | 31 | C6 | C | 2E |
| Octal | 147 | 172 | 202 | 25 | 6 | 0 | 61 | 306 | 14 | 56 |
| Binary | 1100111 | 1111010 | 10000010 | 10101 | 110 | 0 | 110001 | 11000110 | 1100 | 101110 |
Color Harmonies of #677A82
Complementary color
Monochromatic Colors of #677A82
Black with #677A82
Text Example
Text Example
White with #677A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A82; }
p { color: rgb(103,122,130); }
H1.HeaderClassName
{
color: #677A82;
}
.AnyTagClassName
{
color: #677A82;
}
</style>
background-color css
<style>
a { background-color: #677A82; }
a { background-color: rgb(103,122,130); }
div.DivClassName
{
background-color: #677A82;
}
.BgClassName
{
background-color: #677A82;
}
</style>
border-color css
<style>
span { border-color: #677A82; }
span { border-color: rgb(103,122,130); }
td.TdClassName
{
border-color: #677A82;
}
.TagClassName
{
border-color: #677A82;
}
</style>