Shades of Hoki #677D82
Tints of Hoki #677D82
RGB
CMYK
RGB Variations
Color information
#677D82 (or 0x677D82) is known color: Hoki. HEX triplet: 67, 7D and 82. RGB value is (103,125,130). Sum of RGB (Red+Green+Blue) = 103+125+130=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #677D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D82 is #98827D. Grayscale: #767676. Windows color (decimal): -9994878 or 8551783. OLE color: 8551783.
HSL color Cylindrical-coordinate representation of color #677D82: hue angle of 191.11º 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 #677D82 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 125 | 130 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.49 |
| HSL | 191.11º | 0.12% | 0.46% | - |
| HSV(B) | 191.11º | 0.21% | 0.51% | - |
| XYZ | 16.96 | 19.16 | 23.92 | - |
| YUV | 118.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 130 | 0.21 | 0.04 | 0 | 0.49 | 191.11 | 0.12 | 0.46 |
| Hex | 67 | 7D | 82 | 15 | 4 | 0 | 31 | BF | C | 2E |
| Octal | 147 | 175 | 202 | 25 | 4 | 0 | 61 | 277 | 14 | 56 |
| Binary | 1100111 | 1111101 | 10000010 | 10101 | 100 | 0 | 110001 | 10111111 | 1100 | 101110 |
Color Harmonies of #677D82
Complementary color
Monochromatic Colors of #677D82
Black with #677D82
Text Example
Text Example
White with #677D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D82; }
p { color: rgb(103,125,130); }
H1.HeaderClassName
{
color: #677D82;
}
.AnyTagClassName
{
color: #677D82;
}
</style>
background-color css
<style>
a { background-color: #677D82; }
a { background-color: rgb(103,125,130); }
div.DivClassName
{
background-color: #677D82;
}
.BgClassName
{
background-color: #677D82;
}
</style>
border-color css
<style>
span { border-color: #677D82; }
span { border-color: rgb(103,125,130); }
td.TdClassName
{
border-color: #677D82;
}
.TagClassName
{
border-color: #677D82;
}
</style>