Shades of Sirocco #6A7870
Tints of Sirocco #6A7870
RGB
CMYK
RGB Variations
Color information
#6A7870 (or 0x6A7870) is known color: Sirocco. HEX triplet: 6A, 78 and 70. RGB value is (106,120,112). Sum of RGB (Red+Green+Blue) = 106+120+112=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7870 is #95878F. Grayscale: #727272. Windows color (decimal): -9799568 or 7370858. OLE color: 7370858.
HSL color Cylindrical-coordinate representation of color #6A7870: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7870 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 112 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.53 |
| HSL | 145.71º | 0.06% | 0.44% | - |
| HSV(B) | 145.71º | 0.12% | 0.47% | - |
| XYZ | 15.58 | 17.67 | 17.92 | - |
| YUV | 114.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 112 | 0.12 | 0 | 0.07 | 0.53 | 145.71 | 0.06 | 0.44 |
| Hex | 6A | 78 | 70 | C | 0 | 7 | 35 | 92 | 6 | 2C |
| Octal | 152 | 170 | 160 | 14 | 0 | 7 | 65 | 222 | 6 | 54 |
| Binary | 1101010 | 1111000 | 1110000 | 1100 | 0 | 111 | 110101 | 10010010 | 110 | 101100 |
Color Harmonies of #6A7870
Complementary color
Monochromatic Colors of #6A7870
Black with #6A7870
Text Example
Text Example
White with #6A7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7870; }
p { color: rgb(106,120,112); }
H1.HeaderClassName
{
color: #6A7870;
}
.AnyTagClassName
{
color: #6A7870;
}
</style>
background-color css
<style>
a { background-color: #6A7870; }
a { background-color: rgb(106,120,112); }
div.DivClassName
{
background-color: #6A7870;
}
.BgClassName
{
background-color: #6A7870;
}
</style>
border-color css
<style>
span { border-color: #6A7870; }
span { border-color: rgb(106,120,112); }
td.TdClassName
{
border-color: #6A7870;
}
.TagClassName
{
border-color: #6A7870;
}
</style>