Shades of Sirocco #6F7974
Tints of Sirocco #6F7974
RGB
CMYK
RGB Variations
Color information
#6F7974 (or 0x6F7974) is known color: Sirocco. HEX triplet: 6F, 79 and 74. RGB value is (111,121,116). Sum of RGB (Red+Green+Blue) = 111+121+116=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 121 - color contains mainly: green. Hex color #6F7974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7974 is #90868B. Grayscale: #757575. Windows color (decimal): -9471628 or 7633263. OLE color: 7633263.
HSL color Cylindrical-coordinate representation of color #6F7974: hue angle of 150º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6F7974 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 121 | 116 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.53 |
| HSL | 150º | 0.04% | 0.45% | - |
| HSV(B) | 150º | 0.08% | 0.47% | - |
| XYZ | 16.55 | 18.32 | 19.19 | - |
| YUV | 117.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 116 | 0.08 | 0 | 0.04 | 0.53 | 150 | 0.04 | 0.45 |
| Hex | 6F | 79 | 74 | 8 | 0 | 4 | 35 | 96 | 4 | 2D |
| Octal | 157 | 171 | 164 | 10 | 0 | 4 | 65 | 226 | 4 | 55 |
| Binary | 1101111 | 1111001 | 1110100 | 1000 | 0 | 100 | 110101 | 10010110 | 100 | 101101 |
Color Harmonies of #6F7974
Complementary color
Monochromatic Colors of #6F7974
Black with #6F7974
Text Example
Text Example
White with #6F7974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7974; }
p { color: rgb(111,121,116); }
H1.HeaderClassName
{
color: #6F7974;
}
.AnyTagClassName
{
color: #6F7974;
}
</style>
background-color css
<style>
a { background-color: #6F7974; }
a { background-color: rgb(111,121,116); }
div.DivClassName
{
background-color: #6F7974;
}
.BgClassName
{
background-color: #6F7974;
}
</style>
border-color css
<style>
span { border-color: #6F7974; }
span { border-color: rgb(111,121,116); }
td.TdClassName
{
border-color: #6F7974;
}
.TagClassName
{
border-color: #6F7974;
}
</style>