Shades of Sirocco #6A7C70
Tints of Sirocco #6A7C70
RGB
CMYK
RGB Variations
Color information
#6A7C70 (or 0x6A7C70) is known color: Sirocco. HEX triplet: 6A, 7C and 70. RGB value is (106,124,112). Sum of RGB (Red+Green+Blue) = 106+124+112=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7C70 is #95838F. Grayscale: #757575. Windows color (decimal): -9798544 or 7371882. OLE color: 7371882.
HSL color Cylindrical-coordinate representation of color #6A7C70: hue angle of 140º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A7C70 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 124 | 112 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.51 |
| HSL | 140º | 0.08% | 0.45% | - |
| HSV(B) | 140º | 0.15% | 0.49% | - |
| XYZ | 16.08 | 18.65 | 18.08 | - |
| YUV | 117.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 112 | 0.15 | 0 | 0.10 | 0.51 | 140 | 0.08 | 0.45 |
| Hex | 6A | 7C | 70 | F | 0 | A | 33 | 8C | 8 | 2D |
| Octal | 152 | 174 | 160 | 17 | 0 | 12 | 63 | 214 | 10 | 55 |
| Binary | 1101010 | 1111100 | 1110000 | 1111 | 0 | 1010 | 110011 | 10001100 | 1000 | 101101 |
Color Harmonies of #6A7C70
Complementary color
Monochromatic Colors of #6A7C70
Black with #6A7C70
Text Example
Text Example
White with #6A7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7C70; }
p { color: rgb(106,124,112); }
H1.HeaderClassName
{
color: #6A7C70;
}
.AnyTagClassName
{
color: #6A7C70;
}
</style>
background-color css
<style>
a { background-color: #6A7C70; }
a { background-color: rgb(106,124,112); }
div.DivClassName
{
background-color: #6A7C70;
}
.BgClassName
{
background-color: #6A7C70;
}
</style>
border-color css
<style>
span { border-color: #6A7C70; }
span { border-color: rgb(106,124,112); }
td.TdClassName
{
border-color: #6A7C70;
}
.TagClassName
{
border-color: #6A7C70;
}
</style>