Shades of Sirocco #6A7E72
Tints of Sirocco #6A7E72
RGB
CMYK
RGB Variations
Color information
#6A7E72 (or 0x6A7E72) is known color: Sirocco. HEX triplet: 6A, 7E and 72. RGB value is (106,126,114). Sum of RGB (Red+Green+Blue) = 106+126+114=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7E72 is #95818D. Grayscale: #767676. Windows color (decimal): -9798030 or 7503466. OLE color: 7503466.
HSL color Cylindrical-coordinate representation of color #6A7E72: hue angle of 144º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A7E72 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 126 | 114 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.51 |
| HSL | 144º | 0.09% | 0.45% | - |
| HSV(B) | 144º | 0.16% | 0.49% | - |
| XYZ | 16.44 | 19.2 | 18.76 | - |
| YUV | 118.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 114 | 0.16 | 0 | 0.10 | 0.51 | 144 | 0.09 | 0.45 |
| Hex | 6A | 7E | 72 | 10 | 0 | A | 33 | 90 | 9 | 2D |
| Octal | 152 | 176 | 162 | 20 | 0 | 12 | 63 | 220 | 11 | 55 |
| Binary | 1101010 | 1111110 | 1110010 | 10000 | 0 | 1010 | 110011 | 10010000 | 1001 | 101101 |
Color Harmonies of #6A7E72
Complementary color
Monochromatic Colors of #6A7E72
Black with #6A7E72
Text Example
Text Example
White with #6A7E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E72; }
p { color: rgb(106,126,114); }
H1.HeaderClassName
{
color: #6A7E72;
}
.AnyTagClassName
{
color: #6A7E72;
}
</style>
background-color css
<style>
a { background-color: #6A7E72; }
a { background-color: rgb(106,126,114); }
div.DivClassName
{
background-color: #6A7E72;
}
.BgClassName
{
background-color: #6A7E72;
}
</style>
border-color css
<style>
span { border-color: #6A7E72; }
span { border-color: rgb(106,126,114); }
td.TdClassName
{
border-color: #6A7E72;
}
.TagClassName
{
border-color: #6A7E72;
}
</style>