Shades of Sirocco #6F8277
Tints of Sirocco #6F8277
RGB
CMYK
RGB Variations
Color information
#6F8277 (or 0x6F8277) is known color: Sirocco. HEX triplet: 6F, 82 and 77. RGB value is (111,130,119). Sum of RGB (Red+Green+Blue) = 111+130+119=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8277 is #907D88. Grayscale: #7B7B7B. Windows color (decimal): -9469321 or 7832175. OLE color: 7832175.
HSL color Cylindrical-coordinate representation of color #6F8277: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F8277 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 130 | 119 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.49 |
| HSL | 145.26º | 0.08% | 0.47% | - |
| HSV(B) | 145.26º | 0.15% | 0.51% | - |
| XYZ | 17.87 | 20.68 | 20.5 | - |
| YUV | 123.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 119 | 0.15 | 0 | 0.08 | 0.49 | 145.26 | 0.08 | 0.47 |
| Hex | 6F | 82 | 77 | F | 0 | 8 | 31 | 91 | 8 | 2F |
| Octal | 157 | 202 | 167 | 17 | 0 | 10 | 61 | 221 | 10 | 57 |
| Binary | 1101111 | 10000010 | 1110111 | 1111 | 0 | 1000 | 110001 | 10010001 | 1000 | 101111 |
Color Harmonies of #6F8277
Complementary color
Monochromatic Colors of #6F8277
Black with #6F8277
Text Example
Text Example
White with #6F8277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8277; }
p { color: rgb(111,130,119); }
H1.HeaderClassName
{
color: #6F8277;
}
.AnyTagClassName
{
color: #6F8277;
}
</style>
background-color css
<style>
a { background-color: #6F8277; }
a { background-color: rgb(111,130,119); }
div.DivClassName
{
background-color: #6F8277;
}
.BgClassName
{
background-color: #6F8277;
}
</style>
border-color css
<style>
span { border-color: #6F8277; }
span { border-color: rgb(111,130,119); }
td.TdClassName
{
border-color: #6F8277;
}
.TagClassName
{
border-color: #6F8277;
}
</style>