Shades of Sirocco #6C8778
Tints of Sirocco #6C8778
RGB
CMYK
RGB Variations
Color information
#6C8778 (or 0x6C8778) is known color: Sirocco. HEX triplet: 6C, 87 and 78. RGB value is (108,135,120). Sum of RGB (Red+Green+Blue) = 108+135+120=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8778 is #937887. Grayscale: #7D7D7D. Windows color (decimal): -9664648 or 7898988. OLE color: 7898988.
HSL color Cylindrical-coordinate representation of color #6C8778: hue angle of 146.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C8778 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 120 | - |
| CMYK | 0.2 | 0 | 0.11 | 0.47 |
| HSL | 146.67º | 0.11% | 0.48% | - |
| HSV(B) | 146.67º | 0.2% | 0.53% | - |
| XYZ | 18.24 | 21.87 | 21.03 | - |
| YUV | 125.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 120 | 0.2 | 0 | 0.11 | 0.47 | 146.67 | 0.11 | 0.48 |
| Hex | 6C | 87 | 78 | 14 | 0 | B | 2F | 93 | B | 30 |
| Octal | 154 | 207 | 170 | 24 | 0 | 13 | 57 | 223 | 13 | 60 |
| Binary | 1101100 | 10000111 | 1111000 | 10100 | 0 | 1011 | 101111 | 10010011 | 1011 | 110000 |
Color Harmonies of #6C8778
Complementary color
Monochromatic Colors of #6C8778
Black with #6C8778
Text Example
Text Example
White with #6C8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8778; }
p { color: rgb(108,135,120); }
H1.HeaderClassName
{
color: #6C8778;
}
.AnyTagClassName
{
color: #6C8778;
}
</style>
background-color css
<style>
a { background-color: #6C8778; }
a { background-color: rgb(108,135,120); }
div.DivClassName
{
background-color: #6C8778;
}
.BgClassName
{
background-color: #6C8778;
}
</style>
border-color css
<style>
span { border-color: #6C8778; }
span { border-color: rgb(108,135,120); }
td.TdClassName
{
border-color: #6C8778;
}
.TagClassName
{
border-color: #6C8778;
}
</style>