Shades of Sirocco #677F73
Tints of Sirocco #677F73
RGB
CMYK
RGB Variations
Color information
#677F73 (or 0x677F73) is known color: Sirocco. HEX triplet: 67, 7F and 73. RGB value is (103,127,115). Sum of RGB (Red+Green+Blue) = 103+127+115=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 127 - color contains mainly: green. Hex color #677F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F73 is #98808C. Grayscale: #767676. Windows color (decimal): -9994381 or 7569255. OLE color: 7569255.
HSL color Cylindrical-coordinate representation of color #677F73: hue angle of 150º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #677F73 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 115 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.50 |
| HSL | 150º | 0.1% | 0.45% | - |
| HSV(B) | 150º | 0.19% | 0.5% | - |
| XYZ | 16.28 | 19.3 | 19.09 | - |
| YUV | 118.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 115 | 0.19 | 0 | 0.09 | 0.50 | 150 | 0.1 | 0.45 |
| Hex | 67 | 7F | 73 | 13 | 0 | 9 | 32 | 96 | A | 2D |
| Octal | 147 | 177 | 163 | 23 | 0 | 11 | 62 | 226 | 12 | 55 |
| Binary | 1100111 | 1111111 | 1110011 | 10011 | 0 | 1001 | 110010 | 10010110 | 1010 | 101101 |
Color Harmonies of #677F73
Complementary color
Monochromatic Colors of #677F73
Black with #677F73
Text Example
Text Example
White with #677F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F73; }
p { color: rgb(103,127,115); }
H1.HeaderClassName
{
color: #677F73;
}
.AnyTagClassName
{
color: #677F73;
}
</style>
background-color css
<style>
a { background-color: #677F73; }
a { background-color: rgb(103,127,115); }
div.DivClassName
{
background-color: #677F73;
}
.BgClassName
{
background-color: #677F73;
}
</style>
border-color css
<style>
span { border-color: #677F73; }
span { border-color: rgb(103,127,115); }
td.TdClassName
{
border-color: #677F73;
}
.TagClassName
{
border-color: #677F73;
}
</style>