Shades of Sirocco #6F7A74
Tints of Sirocco #6F7A74
RGB
CMYK
RGB Variations
Color information
#6F7A74 (or 0x6F7A74) is known color: Sirocco. HEX triplet: 6F, 7A and 74. RGB value is (111,122,116). Sum of RGB (Red+Green+Blue) = 111+122+116=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A74 is #90858B. Grayscale: #767676. Windows color (decimal): -9471372 or 7633519. OLE color: 7633519.
HSL color Cylindrical-coordinate representation of color #6F7A74: hue angle of 147.27º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F7A74 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 122 | 116 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.52 |
| HSL | 147.27º | 0.05% | 0.46% | - |
| HSV(B) | 147.27º | 0.09% | 0.48% | - |
| XYZ | 16.67 | 18.56 | 19.23 | - |
| YUV | 118.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 116 | 0.09 | 0 | 0.05 | 0.52 | 147.27 | 0.05 | 0.46 |
| Hex | 6F | 7A | 74 | 9 | 0 | 5 | 34 | 93 | 5 | 2E |
| Octal | 157 | 172 | 164 | 11 | 0 | 5 | 64 | 223 | 5 | 56 |
| Binary | 1101111 | 1111010 | 1110100 | 1001 | 0 | 101 | 110100 | 10010011 | 101 | 101110 |
Color Harmonies of #6F7A74
Complementary color
Monochromatic Colors of #6F7A74
Black with #6F7A74
Text Example
Text Example
White with #6F7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A74; }
p { color: rgb(111,122,116); }
H1.HeaderClassName
{
color: #6F7A74;
}
.AnyTagClassName
{
color: #6F7A74;
}
</style>
background-color css
<style>
a { background-color: #6F7A74; }
a { background-color: rgb(111,122,116); }
div.DivClassName
{
background-color: #6F7A74;
}
.BgClassName
{
background-color: #6F7A74;
}
</style>
border-color css
<style>
span { border-color: #6F7A74; }
span { border-color: rgb(111,122,116); }
td.TdClassName
{
border-color: #6F7A74;
}
.TagClassName
{
border-color: #6F7A74;
}
</style>