Shades of Sirocco #6B7873
Tints of Sirocco #6B7873
RGB
CMYK
RGB Variations
Color information
#6B7873 (or 0x6B7873) is known color: Sirocco. HEX triplet: 6B, 78 and 73. RGB value is (107,120,115). Sum of RGB (Red+Green+Blue) = 107+120+115=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7873 is #94878C. Grayscale: #737373. Windows color (decimal): -9734029 or 7567467. OLE color: 7567467.
HSL color Cylindrical-coordinate representation of color #6B7873: hue angle of 156.92º 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 #6B7873 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 115 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.53 |
| HSL | 156.92º | 0.06% | 0.45% | - |
| HSV(B) | 156.92º | 0.11% | 0.47% | - |
| XYZ | 15.87 | 17.8 | 18.82 | - |
| YUV | 115.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 115 | 0.11 | 0 | 0.04 | 0.53 | 156.92 | 0.06 | 0.45 |
| Hex | 6B | 78 | 73 | B | 0 | 4 | 35 | 9D | 6 | 2D |
| Octal | 153 | 170 | 163 | 13 | 0 | 4 | 65 | 235 | 6 | 55 |
| Binary | 1101011 | 1111000 | 1110011 | 1011 | 0 | 100 | 110101 | 10011101 | 110 | 101101 |
Color Harmonies of #6B7873
Complementary color
Monochromatic Colors of #6B7873
Black with #6B7873
Text Example
Text Example
White with #6B7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7873; }
p { color: rgb(107,120,115); }
H1.HeaderClassName
{
color: #6B7873;
}
.AnyTagClassName
{
color: #6B7873;
}
</style>
background-color css
<style>
a { background-color: #6B7873; }
a { background-color: rgb(107,120,115); }
div.DivClassName
{
background-color: #6B7873;
}
.BgClassName
{
background-color: #6B7873;
}
</style>
border-color css
<style>
span { border-color: #6B7873; }
span { border-color: rgb(107,120,115); }
td.TdClassName
{
border-color: #6B7873;
}
.TagClassName
{
border-color: #6B7873;
}
</style>