Shades of Sirocco #6B7970
Tints of Sirocco #6B7970
RGB
CMYK
RGB Variations
Color information
#6B7970 (or 0x6B7970) is known color: Sirocco. HEX triplet: 6B, 79 and 70. RGB value is (107,121,112). Sum of RGB (Red+Green+Blue) = 107+121+112=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7970 is #94868F. Grayscale: #737373. Windows color (decimal): -9733776 or 7371115. OLE color: 7371115.
HSL color Cylindrical-coordinate representation of color #6B7970: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7970 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 121 | 112 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.53 |
| HSL | 141.43º | 0.06% | 0.45% | - |
| HSV(B) | 141.43º | 0.12% | 0.47% | - |
| XYZ | 15.83 | 17.97 | 17.96 | - |
| YUV | 115.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 121 | 112 | 0.12 | 0 | 0.07 | 0.53 | 141.43 | 0.06 | 0.45 |
| Hex | 6B | 79 | 70 | C | 0 | 7 | 35 | 8D | 6 | 2D |
| Octal | 153 | 171 | 160 | 14 | 0 | 7 | 65 | 215 | 6 | 55 |
| Binary | 1101011 | 1111001 | 1110000 | 1100 | 0 | 111 | 110101 | 10001101 | 110 | 101101 |
Color Harmonies of #6B7970
Complementary color
Monochromatic Colors of #6B7970
Black with #6B7970
Text Example
Text Example
White with #6B7970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7970; }
p { color: rgb(107,121,112); }
H1.HeaderClassName
{
color: #6B7970;
}
.AnyTagClassName
{
color: #6B7970;
}
</style>
background-color css
<style>
a { background-color: #6B7970; }
a { background-color: rgb(107,121,112); }
div.DivClassName
{
background-color: #6B7970;
}
.BgClassName
{
background-color: #6B7970;
}
</style>
border-color css
<style>
span { border-color: #6B7970; }
span { border-color: rgb(107,121,112); }
td.TdClassName
{
border-color: #6B7970;
}
.TagClassName
{
border-color: #6B7970;
}
</style>