Shades of Sirocco #65766B
Tints of Sirocco #65766B
RGB
CMYK
RGB Variations
Color information
#65766B (or 0x65766B) is known color: Sirocco. HEX triplet: 65, 76 and 6B. RGB value is (101,118,107). Sum of RGB (Red+Green+Blue) = 101+118+107=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #65766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65766B is #9A8994. Grayscale: #6F6F6F. Windows color (decimal): -10127765 or 7042661. OLE color: 7042661.
HSL color Cylindrical-coordinate representation of color #65766B: hue angle of 141.18º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65766B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 118 | 107 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.54 |
| HSL | 141.18º | 0.08% | 0.43% | - |
| HSV(B) | 141.18º | 0.14% | 0.46% | - |
| XYZ | 14.5 | 16.79 | 16.39 | - |
| YUV | 111.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 107 | 0.14 | 0 | 0.09 | 0.54 | 141.18 | 0.08 | 0.43 |
| Hex | 65 | 76 | 6B | E | 0 | 9 | 36 | 8D | 8 | 2B |
| Octal | 145 | 166 | 153 | 16 | 0 | 11 | 66 | 215 | 10 | 53 |
| Binary | 1100101 | 1110110 | 1101011 | 1110 | 0 | 1001 | 110110 | 10001101 | 1000 | 101011 |
Color Harmonies of #65766B
Complementary color
Monochromatic Colors of #65766B
Black with #65766B
Text Example
Text Example
White with #65766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65766B; }
p { color: rgb(101,118,107); }
H1.HeaderClassName
{
color: #65766B;
}
.AnyTagClassName
{
color: #65766B;
}
</style>
background-color css
<style>
a { background-color: #65766B; }
a { background-color: rgb(101,118,107); }
div.DivClassName
{
background-color: #65766B;
}
.BgClassName
{
background-color: #65766B;
}
</style>
border-color css
<style>
span { border-color: #65766B; }
span { border-color: rgb(101,118,107); }
td.TdClassName
{
border-color: #65766B;
}
.TagClassName
{
border-color: #65766B;
}
</style>