Shades of Sirocco #6A7A72
Tints of Sirocco #6A7A72
RGB
CMYK
RGB Variations
Color information
#6A7A72 (or 0x6A7A72) is known color: Sirocco. HEX triplet: 6A, 7A and 72. RGB value is (106,122,114). Sum of RGB (Red+Green+Blue) = 106+122+114=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7A72 is #95858D. Grayscale: #747474. Windows color (decimal): -9799054 or 7502442. OLE color: 7502442.
HSL color Cylindrical-coordinate representation of color #6A7A72: hue angle of 150º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A7A72 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 122 | 114 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.52 |
| HSL | 150º | 0.07% | 0.45% | - |
| HSV(B) | 150º | 0.13% | 0.48% | - |
| XYZ | 15.94 | 18.2 | 18.59 | - |
| YUV | 116.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 114 | 0.13 | 0 | 0.07 | 0.52 | 150 | 0.07 | 0.45 |
| Hex | 6A | 7A | 72 | D | 0 | 7 | 34 | 96 | 7 | 2D |
| Octal | 152 | 172 | 162 | 15 | 0 | 7 | 64 | 226 | 7 | 55 |
| Binary | 1101010 | 1111010 | 1110010 | 1101 | 0 | 111 | 110100 | 10010110 | 111 | 101101 |
Color Harmonies of #6A7A72
Complementary color
Monochromatic Colors of #6A7A72
Black with #6A7A72
Text Example
Text Example
White with #6A7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7A72; }
p { color: rgb(106,122,114); }
H1.HeaderClassName
{
color: #6A7A72;
}
.AnyTagClassName
{
color: #6A7A72;
}
</style>
background-color css
<style>
a { background-color: #6A7A72; }
a { background-color: rgb(106,122,114); }
div.DivClassName
{
background-color: #6A7A72;
}
.BgClassName
{
background-color: #6A7A72;
}
</style>
border-color css
<style>
span { border-color: #6A7A72; }
span { border-color: rgb(106,122,114); }
td.TdClassName
{
border-color: #6A7A72;
}
.TagClassName
{
border-color: #6A7A72;
}
</style>