Shades of Sirocco #6B7B74
Tints of Sirocco #6B7B74
RGB
CMYK
RGB Variations
Color information
#6B7B74 (or 0x6B7B74) is known color: Sirocco. HEX triplet: 6B, 7B and 74. RGB value is (107,123,116). Sum of RGB (Red+Green+Blue) = 107+123+116=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7B74 is #94848B. Grayscale: #757575. Windows color (decimal): -9733260 or 7633771. OLE color: 7633771.
HSL color Cylindrical-coordinate representation of color #6B7B74: hue angle of 153.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B7B74 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 116 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.52 |
| HSL | 153.75º | 0.07% | 0.45% | - |
| HSV(B) | 153.75º | 0.13% | 0.48% | - |
| XYZ | 16.3 | 18.55 | 19.24 | - |
| YUV | 117.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 116 | 0.13 | 0 | 0.06 | 0.52 | 153.75 | 0.07 | 0.45 |
| Hex | 6B | 7B | 74 | D | 0 | 6 | 34 | 9A | 7 | 2D |
| Octal | 153 | 173 | 164 | 15 | 0 | 6 | 64 | 232 | 7 | 55 |
| Binary | 1101011 | 1111011 | 1110100 | 1101 | 0 | 110 | 110100 | 10011010 | 111 | 101101 |
Color Harmonies of #6B7B74
Complementary color
Monochromatic Colors of #6B7B74
Black with #6B7B74
Text Example
Text Example
White with #6B7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B74; }
p { color: rgb(107,123,116); }
H1.HeaderClassName
{
color: #6B7B74;
}
.AnyTagClassName
{
color: #6B7B74;
}
</style>
background-color css
<style>
a { background-color: #6B7B74; }
a { background-color: rgb(107,123,116); }
div.DivClassName
{
background-color: #6B7B74;
}
.BgClassName
{
background-color: #6B7B74;
}
</style>
border-color css
<style>
span { border-color: #6B7B74; }
span { border-color: rgb(107,123,116); }
td.TdClassName
{
border-color: #6B7B74;
}
.TagClassName
{
border-color: #6B7B74;
}
</style>