Shades of Sirocco #6B8776
Tints of Sirocco #6B8776
RGB
CMYK
RGB Variations
Color information
#6B8776 (or 0x6B8776) is known color: Sirocco. HEX triplet: 6B, 87 and 76. RGB value is (107,135,118). Sum of RGB (Red+Green+Blue) = 107+135+118=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8776 is #947889. Grayscale: #7C7C7C. Windows color (decimal): -9730186 or 7767915. OLE color: 7767915.
HSL color Cylindrical-coordinate representation of color #6B8776: hue angle of 143.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8776 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 118 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.47 |
| HSL | 143.57º | 0.12% | 0.47% | - |
| HSV(B) | 143.57º | 0.21% | 0.53% | - |
| XYZ | 18 | 21.76 | 20.39 | - |
| YUV | 124.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 118 | 0.21 | 0 | 0.13 | 0.47 | 143.57 | 0.12 | 0.47 |
| Hex | 6B | 87 | 76 | 15 | 0 | D | 2F | 90 | C | 2F |
| Octal | 153 | 207 | 166 | 25 | 0 | 15 | 57 | 220 | 14 | 57 |
| Binary | 1101011 | 10000111 | 1110110 | 10101 | 0 | 1101 | 101111 | 10010000 | 1100 | 101111 |
Color Harmonies of #6B8776
Complementary color
Monochromatic Colors of #6B8776
Black with #6B8776
Text Example
Text Example
White with #6B8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8776; }
p { color: rgb(107,135,118); }
H1.HeaderClassName
{
color: #6B8776;
}
.AnyTagClassName
{
color: #6B8776;
}
</style>
background-color css
<style>
a { background-color: #6B8776; }
a { background-color: rgb(107,135,118); }
div.DivClassName
{
background-color: #6B8776;
}
.BgClassName
{
background-color: #6B8776;
}
</style>
border-color css
<style>
span { border-color: #6B8776; }
span { border-color: rgb(107,135,118); }
td.TdClassName
{
border-color: #6B8776;
}
.TagClassName
{
border-color: #6B8776;
}
</style>