Shades of Sirocco #6A8776
Tints of Sirocco #6A8776
RGB
CMYK
RGB Variations
Color information
#6A8776 (or 0x6A8776) is known color: Sirocco. HEX triplet: 6A, 87 and 76. RGB value is (106,135,118). Sum of RGB (Red+Green+Blue) = 106+135+118=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8776 is #957889. Grayscale: #7C7C7C. Windows color (decimal): -9795722 or 7767914. OLE color: 7767914.
HSL color Cylindrical-coordinate representation of color #6A8776: hue angle of 144.83º 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 #6A8776 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 118 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.47 |
| HSL | 144.83º | 0.12% | 0.47% | - |
| HSV(B) | 144.83º | 0.21% | 0.53% | - |
| XYZ | 17.88 | 21.7 | 20.39 | - |
| YUV | 124.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 118 | 0.21 | 0 | 0.13 | 0.47 | 144.83 | 0.12 | 0.47 |
| Hex | 6A | 87 | 76 | 15 | 0 | D | 2F | 91 | C | 2F |
| Octal | 152 | 207 | 166 | 25 | 0 | 15 | 57 | 221 | 14 | 57 |
| Binary | 1101010 | 10000111 | 1110110 | 10101 | 0 | 1101 | 101111 | 10010001 | 1100 | 101111 |
Color Harmonies of #6A8776
Complementary color
Monochromatic Colors of #6A8776
Black with #6A8776
Text Example
Text Example
White with #6A8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8776; }
p { color: rgb(106,135,118); }
H1.HeaderClassName
{
color: #6A8776;
}
.AnyTagClassName
{
color: #6A8776;
}
</style>
background-color css
<style>
a { background-color: #6A8776; }
a { background-color: rgb(106,135,118); }
div.DivClassName
{
background-color: #6A8776;
}
.BgClassName
{
background-color: #6A8776;
}
</style>
border-color css
<style>
span { border-color: #6A8776; }
span { border-color: rgb(106,135,118); }
td.TdClassName
{
border-color: #6A8776;
}
.TagClassName
{
border-color: #6A8776;
}
</style>