Shades of Sirocco #6F7C73
Tints of Sirocco #6F7C73
RGB
CMYK
RGB Variations
Color information
#6F7C73 (or 0x6F7C73) is known color: Sirocco. HEX triplet: 6F, 7C and 73. RGB value is (111,124,115). Sum of RGB (Red+Green+Blue) = 111+124+115=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7C73 is #90838C. Grayscale: #777777. Windows color (decimal): -9470861 or 7568495. OLE color: 7568495.
HSL color Cylindrical-coordinate representation of color #6F7C73: hue angle of 138.46º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7C73 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 124 | 115 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.51 |
| HSL | 138.46º | 0.06% | 0.46% | - |
| HSV(B) | 138.46º | 0.1% | 0.49% | - |
| XYZ | 16.86 | 19.03 | 19 | - |
| YUV | 119.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 115 | 0.10 | 0 | 0.07 | 0.51 | 138.46 | 0.06 | 0.46 |
| Hex | 6F | 7C | 73 | A | 0 | 7 | 33 | 8A | 6 | 2E |
| Octal | 157 | 174 | 163 | 12 | 0 | 7 | 63 | 212 | 6 | 56 |
| Binary | 1101111 | 1111100 | 1110011 | 1010 | 0 | 111 | 110011 | 10001010 | 110 | 101110 |
Color Harmonies of #6F7C73
Complementary color
Monochromatic Colors of #6F7C73
Black with #6F7C73
Text Example
Text Example
White with #6F7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C73; }
p { color: rgb(111,124,115); }
H1.HeaderClassName
{
color: #6F7C73;
}
.AnyTagClassName
{
color: #6F7C73;
}
</style>
background-color css
<style>
a { background-color: #6F7C73; }
a { background-color: rgb(111,124,115); }
div.DivClassName
{
background-color: #6F7C73;
}
.BgClassName
{
background-color: #6F7C73;
}
</style>
border-color css
<style>
span { border-color: #6F7C73; }
span { border-color: rgb(111,124,115); }
td.TdClassName
{
border-color: #6F7C73;
}
.TagClassName
{
border-color: #6F7C73;
}
</style>