Shades of Sirocco #6B7C73
Tints of Sirocco #6B7C73
RGB
CMYK
RGB Variations
Color information
#6B7C73 (or 0x6B7C73) is known color: Sirocco. HEX triplet: 6B, 7C and 73. RGB value is (107,124,115). Sum of RGB (Red+Green+Blue) = 107+124+115=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C73 is #94838C. Grayscale: #757575. Windows color (decimal): -9733005 or 7568491. OLE color: 7568491.
HSL color Cylindrical-coordinate representation of color #6B7C73: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7C73 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 124 | 115 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.51 |
| HSL | 148.24º | 0.07% | 0.45% | - |
| HSV(B) | 148.24º | 0.14% | 0.49% | - |
| XYZ | 16.37 | 18.78 | 18.98 | - |
| YUV | 117.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 115 | 0.14 | 0 | 0.07 | 0.51 | 148.24 | 0.07 | 0.45 |
| Hex | 6B | 7C | 73 | E | 0 | 7 | 33 | 94 | 7 | 2D |
| Octal | 153 | 174 | 163 | 16 | 0 | 7 | 63 | 224 | 7 | 55 |
| Binary | 1101011 | 1111100 | 1110011 | 1110 | 0 | 111 | 110011 | 10010100 | 111 | 101101 |
Color Harmonies of #6B7C73
Complementary color
Monochromatic Colors of #6B7C73
Black with #6B7C73
Text Example
Text Example
White with #6B7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7C73; }
p { color: rgb(107,124,115); }
H1.HeaderClassName
{
color: #6B7C73;
}
.AnyTagClassName
{
color: #6B7C73;
}
</style>
background-color css
<style>
a { background-color: #6B7C73; }
a { background-color: rgb(107,124,115); }
div.DivClassName
{
background-color: #6B7C73;
}
.BgClassName
{
background-color: #6B7C73;
}
</style>
border-color css
<style>
span { border-color: #6B7C73; }
span { border-color: rgb(107,124,115); }
td.TdClassName
{
border-color: #6B7C73;
}
.TagClassName
{
border-color: #6B7C73;
}
</style>