Shades of Shuttle Grey #676B72
Tints of Shuttle Grey #676B72
RGB
CMYK
RGB Variations
Color information
#676B72 (or 0x676B72) is known color: Shuttle Grey. HEX triplet: 67, 6B and 72. RGB value is (103,107,114). Sum of RGB (Red+Green+Blue) = 103+107+114=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: blue. Hex color #676B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B72 is #98948D. Grayscale: #6A6A6A. Windows color (decimal): -9999502 or 7498599. OLE color: 7498599.
HSL color Cylindrical-coordinate representation of color #676B72: hue angle of 218.18º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676B72 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 107 | 114 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.55 |
| HSL | 218.18º | 0.05% | 0.43% | - |
| HSV(B) | 218.18º | 0.1% | 0.45% | - |
| XYZ | 13.89 | 14.61 | 18.01 | - |
| YUV | 106.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 114 | 0.10 | 0.06 | 0 | 0.55 | 218.18 | 0.05 | 0.43 |
| Hex | 67 | 6B | 72 | A | 6 | 0 | 37 | DA | 5 | 2B |
| Octal | 147 | 153 | 162 | 12 | 6 | 0 | 67 | 332 | 5 | 53 |
| Binary | 1100111 | 1101011 | 1110010 | 1010 | 110 | 0 | 110111 | 11011010 | 101 | 101011 |
Color Harmonies of #676B72
Complementary color
Monochromatic Colors of #676B72
Black with #676B72
Text Example
Text Example
White with #676B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B72; }
p { color: rgb(103,107,114); }
H1.HeaderClassName
{
color: #676B72;
}
.AnyTagClassName
{
color: #676B72;
}
</style>
background-color css
<style>
a { background-color: #676B72; }
a { background-color: rgb(103,107,114); }
div.DivClassName
{
background-color: #676B72;
}
.BgClassName
{
background-color: #676B72;
}
</style>
border-color css
<style>
span { border-color: #676B72; }
span { border-color: rgb(103,107,114); }
td.TdClassName
{
border-color: #676B72;
}
.TagClassName
{
border-color: #676B72;
}
</style>