Shades of Hoki #677E84
Tints of Hoki #677E84
RGB
CMYK
RGB Variations
Color information
#677E84 (or 0x677E84) is known color: Hoki. HEX triplet: 67, 7E and 84. RGB value is (103,126,132). Sum of RGB (Red+Green+Blue) = 103+126+132=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #677E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E84 is #98817B. Grayscale: #777777. Windows color (decimal): -9994620 or 8683111. OLE color: 8683111.
HSL color Cylindrical-coordinate representation of color #677E84: hue angle of 192.41º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #677E84 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 126 | 132 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.48 |
| HSL | 192.41º | 0.12% | 0.46% | - |
| HSV(B) | 192.41º | 0.22% | 0.52% | - |
| XYZ | 17.22 | 19.47 | 24.68 | - |
| YUV | 119.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 132 | 0.22 | 0.05 | 0 | 0.48 | 192.41 | 0.12 | 0.46 |
| Hex | 67 | 7E | 84 | 16 | 5 | 0 | 30 | C0 | C | 2E |
| Octal | 147 | 176 | 204 | 26 | 5 | 0 | 60 | 300 | 14 | 56 |
| Binary | 1100111 | 1111110 | 10000100 | 10110 | 101 | 0 | 110000 | 11000000 | 1100 | 101110 |
Color Harmonies of #677E84
Complementary color
Monochromatic Colors of #677E84
Black with #677E84
Text Example
Text Example
White with #677E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E84; }
p { color: rgb(103,126,132); }
H1.HeaderClassName
{
color: #677E84;
}
.AnyTagClassName
{
color: #677E84;
}
</style>
background-color css
<style>
a { background-color: #677E84; }
a { background-color: rgb(103,126,132); }
div.DivClassName
{
background-color: #677E84;
}
.BgClassName
{
background-color: #677E84;
}
</style>
border-color css
<style>
span { border-color: #677E84; }
span { border-color: rgb(103,126,132); }
td.TdClassName
{
border-color: #677E84;
}
.TagClassName
{
border-color: #677E84;
}
</style>