Shades of Sirocco #6B7A74
Tints of Sirocco #6B7A74
RGB
CMYK
RGB Variations
Color information
#6B7A74 (or 0x6B7A74) is known color: Sirocco. HEX triplet: 6B, 7A and 74. RGB value is (107,122,116). Sum of RGB (Red+Green+Blue) = 107+122+116=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A74 is #94858B. Grayscale: #747474. Windows color (decimal): -9733516 or 7633515. OLE color: 7633515.
HSL color Cylindrical-coordinate representation of color #6B7A74: hue angle of 156º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7A74 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 116 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.52 |
| HSL | 156º | 0.07% | 0.45% | - |
| HSV(B) | 156º | 0.12% | 0.48% | - |
| XYZ | 16.18 | 18.31 | 19.2 | - |
| YUV | 116.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 116 | 0.12 | 0 | 0.05 | 0.52 | 156 | 0.07 | 0.45 |
| Hex | 6B | 7A | 74 | C | 0 | 5 | 34 | 9C | 7 | 2D |
| Octal | 153 | 172 | 164 | 14 | 0 | 5 | 64 | 234 | 7 | 55 |
| Binary | 1101011 | 1111010 | 1110100 | 1100 | 0 | 101 | 110100 | 10011100 | 111 | 101101 |
Color Harmonies of #6B7A74
Complementary color
Monochromatic Colors of #6B7A74
Black with #6B7A74
Text Example
Text Example
White with #6B7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A74; }
p { color: rgb(107,122,116); }
H1.HeaderClassName
{
color: #6B7A74;
}
.AnyTagClassName
{
color: #6B7A74;
}
</style>
background-color css
<style>
a { background-color: #6B7A74; }
a { background-color: rgb(107,122,116); }
div.DivClassName
{
background-color: #6B7A74;
}
.BgClassName
{
background-color: #6B7A74;
}
</style>
border-color css
<style>
span { border-color: #6B7A74; }
span { border-color: rgb(107,122,116); }
td.TdClassName
{
border-color: #6B7A74;
}
.TagClassName
{
border-color: #6B7A74;
}
</style>