Shades of Sirocco #68726B
Tints of Sirocco #68726B
RGB
CMYK
RGB Variations
Color information
#68726B (or 0x68726B) is known color: Sirocco. HEX triplet: 68, 72 and 6B. RGB value is (104,114,107). Sum of RGB (Red+Green+Blue) = 104+114+107=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #68726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68726B is #978D94. Grayscale: #6E6E6E. Windows color (decimal): -9932181 or 7041640. OLE color: 7041640.
HSL color Cylindrical-coordinate representation of color #68726B: hue angle of 138º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68726B is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 114 | 107 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.55 |
| HSL | 138º | 0.05% | 0.43% | - |
| HSV(B) | 138º | 0.09% | 0.45% | - |
| XYZ | 14.38 | 16.04 | 16.25 | - |
| YUV | 110.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 107 | 0.09 | 0 | 0.06 | 0.55 | 138 | 0.05 | 0.43 |
| Hex | 68 | 72 | 6B | 9 | 0 | 6 | 37 | 8A | 5 | 2B |
| Octal | 150 | 162 | 153 | 11 | 0 | 6 | 67 | 212 | 5 | 53 |
| Binary | 1101000 | 1110010 | 1101011 | 1001 | 0 | 110 | 110111 | 10001010 | 101 | 101011 |
Color Harmonies of #68726B
Complementary color
Monochromatic Colors of #68726B
Black with #68726B
Text Example
Text Example
White with #68726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68726B; }
p { color: rgb(104,114,107); }
H1.HeaderClassName
{
color: #68726B;
}
.AnyTagClassName
{
color: #68726B;
}
</style>
background-color css
<style>
a { background-color: #68726B; }
a { background-color: rgb(104,114,107); }
div.DivClassName
{
background-color: #68726B;
}
.BgClassName
{
background-color: #68726B;
}
</style>
border-color css
<style>
span { border-color: #68726B; }
span { border-color: rgb(104,114,107); }
td.TdClassName
{
border-color: #68726B;
}
.TagClassName
{
border-color: #68726B;
}
</style>