Shades of Sirocco #677F71
Tints of Sirocco #677F71
RGB
CMYK
RGB Variations
Color information
#677F71 (or 0x677F71) is known color: Sirocco. HEX triplet: 67, 7F and 71. RGB value is (103,127,113). Sum of RGB (Red+Green+Blue) = 103+127+113=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 127 - color contains mainly: green. Hex color #677F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F71 is #98808E. Grayscale: #767676. Windows color (decimal): -9994383 or 7438183. OLE color: 7438183.
HSL color Cylindrical-coordinate representation of color #677F71: hue angle of 145º 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 #677F71 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 113 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.50 |
| HSL | 145º | 0.1% | 0.45% | - |
| HSV(B) | 145º | 0.19% | 0.5% | - |
| XYZ | 16.16 | 19.25 | 18.49 | - |
| YUV | 118.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 113 | 0.19 | 0 | 0.11 | 0.50 | 145 | 0.1 | 0.45 |
| Hex | 67 | 7F | 71 | 13 | 0 | B | 32 | 91 | A | 2D |
| Octal | 147 | 177 | 161 | 23 | 0 | 13 | 62 | 221 | 12 | 55 |
| Binary | 1100111 | 1111111 | 1110001 | 10011 | 0 | 1011 | 110010 | 10010001 | 1010 | 101101 |
Color Harmonies of #677F71
Complementary color
Monochromatic Colors of #677F71
Black with #677F71
Text Example
Text Example
White with #677F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F71; }
p { color: rgb(103,127,113); }
H1.HeaderClassName
{
color: #677F71;
}
.AnyTagClassName
{
color: #677F71;
}
</style>
background-color css
<style>
a { background-color: #677F71; }
a { background-color: rgb(103,127,113); }
div.DivClassName
{
background-color: #677F71;
}
.BgClassName
{
background-color: #677F71;
}
</style>
border-color css
<style>
span { border-color: #677F71; }
span { border-color: rgb(103,127,113); }
td.TdClassName
{
border-color: #677F71;
}
.TagClassName
{
border-color: #677F71;
}
</style>