Shades of Sirocco #677C70
Tints of Sirocco #677C70
RGB
CMYK
RGB Variations
Color information
#677C70 (or 0x677C70) is known color: Sirocco. HEX triplet: 67, 7C and 70. RGB value is (103,124,112). Sum of RGB (Red+Green+Blue) = 103+124+112=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #677C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677C70 is #98838F. Grayscale: #747474. Windows color (decimal): -9995152 or 7371879. OLE color: 7371879.
HSL color Cylindrical-coordinate representation of color #677C70: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #677C70 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 124 | 112 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.51 |
| HSL | 145.71º | 0.09% | 0.45% | - |
| HSV(B) | 145.71º | 0.17% | 0.49% | - |
| XYZ | 15.73 | 18.47 | 18.07 | - |
| YUV | 116.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 112 | 0.17 | 0 | 0.10 | 0.51 | 145.71 | 0.09 | 0.45 |
| Hex | 67 | 7C | 70 | 11 | 0 | A | 33 | 92 | 9 | 2D |
| Octal | 147 | 174 | 160 | 21 | 0 | 12 | 63 | 222 | 11 | 55 |
| Binary | 1100111 | 1111100 | 1110000 | 10001 | 0 | 1010 | 110011 | 10010010 | 1001 | 101101 |
Color Harmonies of #677C70
Complementary color
Monochromatic Colors of #677C70
Black with #677C70
Text Example
Text Example
White with #677C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C70; }
p { color: rgb(103,124,112); }
H1.HeaderClassName
{
color: #677C70;
}
.AnyTagClassName
{
color: #677C70;
}
</style>
background-color css
<style>
a { background-color: #677C70; }
a { background-color: rgb(103,124,112); }
div.DivClassName
{
background-color: #677C70;
}
.BgClassName
{
background-color: #677C70;
}
</style>
border-color css
<style>
span { border-color: #677C70; }
span { border-color: rgb(103,124,112); }
td.TdClassName
{
border-color: #677C70;
}
.TagClassName
{
border-color: #677C70;
}
</style>