Shades of Hoki #677E82
Tints of Hoki #677E82
RGB
CMYK
RGB Variations
Color information
#677E82 (or 0x677E82) is known color: Hoki. HEX triplet: 67, 7E and 82. RGB value is (103,126,130). Sum of RGB (Red+Green+Blue) = 103+126+130=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #677E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E82 is #98817D. Grayscale: #777777. Windows color (decimal): -9994622 or 8552039. OLE color: 8552039.
HSL color Cylindrical-coordinate representation of color #677E82: hue angle of 188.89º 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 #677E82 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 126 | 130 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.49 |
| HSL | 188.89º | 0.12% | 0.46% | - |
| HSV(B) | 188.89º | 0.21% | 0.51% | - |
| XYZ | 17.08 | 19.42 | 23.97 | - |
| YUV | 119.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 130 | 0.21 | 0.03 | 0 | 0.49 | 188.89 | 0.12 | 0.46 |
| Hex | 67 | 7E | 82 | 15 | 3 | 0 | 31 | BD | C | 2E |
| Octal | 147 | 176 | 202 | 25 | 3 | 0 | 61 | 275 | 14 | 56 |
| Binary | 1100111 | 1111110 | 10000010 | 10101 | 11 | 0 | 110001 | 10111101 | 1100 | 101110 |
Color Harmonies of #677E82
Complementary color
Monochromatic Colors of #677E82
Black with #677E82
Text Example
Text Example
White with #677E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E82; }
p { color: rgb(103,126,130); }
H1.HeaderClassName
{
color: #677E82;
}
.AnyTagClassName
{
color: #677E82;
}
</style>
background-color css
<style>
a { background-color: #677E82; }
a { background-color: rgb(103,126,130); }
div.DivClassName
{
background-color: #677E82;
}
.BgClassName
{
background-color: #677E82;
}
</style>
border-color css
<style>
span { border-color: #677E82; }
span { border-color: rgb(103,126,130); }
td.TdClassName
{
border-color: #677E82;
}
.TagClassName
{
border-color: #677E82;
}
</style>