Shades of Sirocco #6B7771
Tints of Sirocco #6B7771
RGB
CMYK
RGB Variations
Color information
#6B7771 (or 0x6B7771) is known color: Sirocco. HEX triplet: 6B, 77 and 71. RGB value is (107,119,113). Sum of RGB (Red+Green+Blue) = 107+119+113=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7771 is #94888E. Grayscale: #727272. Windows color (decimal): -9734287 or 7436139. OLE color: 7436139.
HSL color Cylindrical-coordinate representation of color #6B7771: hue angle of 150º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7771 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 113 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.53 |
| HSL | 150º | 0.05% | 0.44% | - |
| HSV(B) | 150º | 0.1% | 0.47% | - |
| XYZ | 15.64 | 17.51 | 18.18 | - |
| YUV | 114.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 113 | 0.10 | 0 | 0.05 | 0.53 | 150 | 0.05 | 0.44 |
| Hex | 6B | 77 | 71 | A | 0 | 5 | 35 | 96 | 5 | 2C |
| Octal | 153 | 167 | 161 | 12 | 0 | 5 | 65 | 226 | 5 | 54 |
| Binary | 1101011 | 1110111 | 1110001 | 1010 | 0 | 101 | 110101 | 10010110 | 101 | 101100 |
Color Harmonies of #6B7771
Complementary color
Monochromatic Colors of #6B7771
Black with #6B7771
Text Example
Text Example
White with #6B7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7771; }
p { color: rgb(107,119,113); }
H1.HeaderClassName
{
color: #6B7771;
}
.AnyTagClassName
{
color: #6B7771;
}
</style>
background-color css
<style>
a { background-color: #6B7771; }
a { background-color: rgb(107,119,113); }
div.DivClassName
{
background-color: #6B7771;
}
.BgClassName
{
background-color: #6B7771;
}
</style>
border-color css
<style>
span { border-color: #6B7771; }
span { border-color: rgb(107,119,113); }
td.TdClassName
{
border-color: #6B7771;
}
.TagClassName
{
border-color: #6B7771;
}
</style>