Shades of Sirocco #677D6C
Tints of Sirocco #677D6C
RGB
CMYK
RGB Variations
Color information
#677D6C (or 0x677D6C) is known color: Sirocco. HEX triplet: 67, 7D and 6C. RGB value is (103,125,108). Sum of RGB (Red+Green+Blue) = 103+125+108=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #677D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677D6C is #988293. Grayscale: #747474. Windows color (decimal): -9994900 or 7109991. OLE color: 7109991.
HSL color Cylindrical-coordinate representation of color #677D6C: hue angle of 133.64º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #677D6C is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 125 | 108 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.51 |
| HSL | 133.64º | 0.1% | 0.45% | - |
| HSV(B) | 133.64º | 0.18% | 0.49% | - |
| XYZ | 15.63 | 18.63 | 16.96 | - |
| YUV | 116.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 108 | 0.18 | 0 | 0.14 | 0.51 | 133.64 | 0.1 | 0.45 |
| Hex | 67 | 7D | 6C | 12 | 0 | E | 33 | 86 | A | 2D |
| Octal | 147 | 175 | 154 | 22 | 0 | 16 | 63 | 206 | 12 | 55 |
| Binary | 1100111 | 1111101 | 1101100 | 10010 | 0 | 1110 | 110011 | 10000110 | 1010 | 101101 |
Color Harmonies of #677D6C
Complementary color
Monochromatic Colors of #677D6C
Black with #677D6C
Text Example
Text Example
White with #677D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D6C; }
p { color: rgb(103,125,108); }
H1.HeaderClassName
{
color: #677D6C;
}
.AnyTagClassName
{
color: #677D6C;
}
</style>
background-color css
<style>
a { background-color: #677D6C; }
a { background-color: rgb(103,125,108); }
div.DivClassName
{
background-color: #677D6C;
}
.BgClassName
{
background-color: #677D6C;
}
</style>
border-color css
<style>
span { border-color: #677D6C; }
span { border-color: rgb(103,125,108); }
td.TdClassName
{
border-color: #677D6C;
}
.TagClassName
{
border-color: #677D6C;
}
</style>