Shades of Sirocco #6F7873
Tints of Sirocco #6F7873
RGB
CMYK
RGB Variations
Color information
#6F7873 (or 0x6F7873) is known color: Sirocco. HEX triplet: 6F, 78 and 73. RGB value is (111,120,115). Sum of RGB (Red+Green+Blue) = 111+120+115=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7873 is #90878C. Grayscale: #747474. Windows color (decimal): -9471885 or 7567471. OLE color: 7567471.
HSL color Cylindrical-coordinate representation of color #6F7873: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F7873 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 115 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.53 |
| HSL | 146.67º | 0.04% | 0.45% | - |
| HSV(B) | 146.67º | 0.07% | 0.47% | - |
| XYZ | 16.37 | 18.05 | 18.84 | - |
| YUV | 116.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 115 | 0.08 | 0 | 0.04 | 0.53 | 146.67 | 0.04 | 0.45 |
| Hex | 6F | 78 | 73 | 8 | 0 | 4 | 35 | 93 | 4 | 2D |
| Octal | 157 | 170 | 163 | 10 | 0 | 4 | 65 | 223 | 4 | 55 |
| Binary | 1101111 | 1111000 | 1110011 | 1000 | 0 | 100 | 110101 | 10010011 | 100 | 101101 |
Color Harmonies of #6F7873
Complementary color
Monochromatic Colors of #6F7873
Black with #6F7873
Text Example
Text Example
White with #6F7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7873; }
p { color: rgb(111,120,115); }
H1.HeaderClassName
{
color: #6F7873;
}
.AnyTagClassName
{
color: #6F7873;
}
</style>
background-color css
<style>
a { background-color: #6F7873; }
a { background-color: rgb(111,120,115); }
div.DivClassName
{
background-color: #6F7873;
}
.BgClassName
{
background-color: #6F7873;
}
</style>
border-color css
<style>
span { border-color: #6F7873; }
span { border-color: rgb(111,120,115); }
td.TdClassName
{
border-color: #6F7873;
}
.TagClassName
{
border-color: #6F7873;
}
</style>