Shades of Sirocco #6B786E
Tints of Sirocco #6B786E
RGB
CMYK
RGB Variations
Color information
#6B786E (or 0x6B786E) is known color: Sirocco. HEX triplet: 6B, 78 and 6E. RGB value is (107,120,110). Sum of RGB (Red+Green+Blue) = 107+120+110=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #6B786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B786E is #948791. Grayscale: #737373. Windows color (decimal): -9734034 or 7239787. OLE color: 7239787.
HSL color Cylindrical-coordinate representation of color #6B786E: hue angle of 133.85º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B786E is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 110 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.53 |
| HSL | 133.85º | 0.06% | 0.45% | - |
| HSV(B) | 133.85º | 0.11% | 0.47% | - |
| XYZ | 15.59 | 17.68 | 17.34 | - |
| YUV | 114.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 110 | 0.11 | 0 | 0.08 | 0.53 | 133.85 | 0.06 | 0.45 |
| Hex | 6B | 78 | 6E | B | 0 | 8 | 35 | 86 | 6 | 2D |
| Octal | 153 | 170 | 156 | 13 | 0 | 10 | 65 | 206 | 6 | 55 |
| Binary | 1101011 | 1111000 | 1101110 | 1011 | 0 | 1000 | 110101 | 10000110 | 110 | 101101 |
Color Harmonies of #6B786E
Complementary color
Monochromatic Colors of #6B786E
Black with #6B786E
Text Example
Text Example
White with #6B786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B786E; }
p { color: rgb(107,120,110); }
H1.HeaderClassName
{
color: #6B786E;
}
.AnyTagClassName
{
color: #6B786E;
}
</style>
background-color css
<style>
a { background-color: #6B786E; }
a { background-color: rgb(107,120,110); }
div.DivClassName
{
background-color: #6B786E;
}
.BgClassName
{
background-color: #6B786E;
}
</style>
border-color css
<style>
span { border-color: #6B786E; }
span { border-color: rgb(107,120,110); }
td.TdClassName
{
border-color: #6B786E;
}
.TagClassName
{
border-color: #6B786E;
}
</style>