Shades of Sirocco #6A7E75
Tints of Sirocco #6A7E75
RGB
CMYK
RGB Variations
Color information
#6A7E75 (or 0x6A7E75) is known color: Sirocco. HEX triplet: 6A, 7E and 75. RGB value is (106,126,117). Sum of RGB (Red+Green+Blue) = 106+126+117=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7E75 is #95818A. Grayscale: #777777. Windows color (decimal): -9798027 or 7700074. OLE color: 7700074.
HSL color Cylindrical-coordinate representation of color #6A7E75: hue angle of 153º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A7E75 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 126 | 117 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.51 |
| HSL | 153º | 0.09% | 0.45% | - |
| HSV(B) | 153º | 0.16% | 0.49% | - |
| XYZ | 16.62 | 19.27 | 19.67 | - |
| YUV | 118.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 117 | 0.16 | 0 | 0.07 | 0.51 | 153 | 0.09 | 0.45 |
| Hex | 6A | 7E | 75 | 10 | 0 | 7 | 33 | 99 | 9 | 2D |
| Octal | 152 | 176 | 165 | 20 | 0 | 7 | 63 | 231 | 11 | 55 |
| Binary | 1101010 | 1111110 | 1110101 | 10000 | 0 | 111 | 110011 | 10011001 | 1001 | 101101 |
Color Harmonies of #6A7E75
Complementary color
Monochromatic Colors of #6A7E75
Black with #6A7E75
Text Example
Text Example
White with #6A7E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E75; }
p { color: rgb(106,126,117); }
H1.HeaderClassName
{
color: #6A7E75;
}
.AnyTagClassName
{
color: #6A7E75;
}
</style>
background-color css
<style>
a { background-color: #6A7E75; }
a { background-color: rgb(106,126,117); }
div.DivClassName
{
background-color: #6A7E75;
}
.BgClassName
{
background-color: #6A7E75;
}
</style>
border-color css
<style>
span { border-color: #6A7E75; }
span { border-color: rgb(106,126,117); }
td.TdClassName
{
border-color: #6A7E75;
}
.TagClassName
{
border-color: #6A7E75;
}
</style>