Shades of Hoki #677A83
Tints of Hoki #677A83
RGB
CMYK
RGB Variations
Color information
#677A83 (or 0x677A83) is known color: Hoki. HEX triplet: 67, 7A and 83. RGB value is (103,122,131). Sum of RGB (Red+Green+Blue) = 103+122+131=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #677A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677A83 is #98857C. Grayscale: #757575. Windows color (decimal): -9995645 or 8616551. OLE color: 8616551.
HSL color Cylindrical-coordinate representation of color #677A83: hue angle of 199.29º 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 #677A83 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 122 | 131 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.49 |
| HSL | 199.29º | 0.12% | 0.46% | - |
| HSV(B) | 199.29º | 0.21% | 0.51% | - |
| XYZ | 16.65 | 18.44 | 24.15 | - |
| YUV | 117.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 131 | 0.21 | 0.07 | 0 | 0.49 | 199.29 | 0.12 | 0.46 |
| Hex | 67 | 7A | 83 | 15 | 7 | 0 | 31 | C7 | C | 2E |
| Octal | 147 | 172 | 203 | 25 | 7 | 0 | 61 | 307 | 14 | 56 |
| Binary | 1100111 | 1111010 | 10000011 | 10101 | 111 | 0 | 110001 | 11000111 | 1100 | 101110 |
Color Harmonies of #677A83
Complementary color
Monochromatic Colors of #677A83
Black with #677A83
Text Example
Text Example
White with #677A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A83; }
p { color: rgb(103,122,131); }
H1.HeaderClassName
{
color: #677A83;
}
.AnyTagClassName
{
color: #677A83;
}
</style>
background-color css
<style>
a { background-color: #677A83; }
a { background-color: rgb(103,122,131); }
div.DivClassName
{
background-color: #677A83;
}
.BgClassName
{
background-color: #677A83;
}
</style>
border-color css
<style>
span { border-color: #677A83; }
span { border-color: rgb(103,122,131); }
td.TdClassName
{
border-color: #677A83;
}
.TagClassName
{
border-color: #677A83;
}
</style>