Shades of Sirocco #69726A
Tints of Sirocco #69726A
RGB
CMYK
RGB Variations
Color information
#69726A (or 0x69726A) is known color: Sirocco. HEX triplet: 69, 72 and 6A. RGB value is (105,114,106). Sum of RGB (Red+Green+Blue) = 105+114+106=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #69726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69726A is #968D95. Grayscale: #6E6E6E. Windows color (decimal): -9866646 or 6976105. OLE color: 6976105.
HSL color Cylindrical-coordinate representation of color #69726A: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #69726A is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 114 | 106 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.55 |
| HSL | 126.67º | 0.04% | 0.43% | - |
| HSV(B) | 126.67º | 0.08% | 0.45% | - |
| XYZ | 14.44 | 16.08 | 15.98 | - |
| YUV | 110.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 106 | 0.08 | 0 | 0.07 | 0.55 | 126.67 | 0.04 | 0.43 |
| Hex | 69 | 72 | 6A | 8 | 0 | 7 | 37 | 7F | 4 | 2B |
| Octal | 151 | 162 | 152 | 10 | 0 | 7 | 67 | 177 | 4 | 53 |
| Binary | 1101001 | 1110010 | 1101010 | 1000 | 0 | 111 | 110111 | 1111111 | 100 | 101011 |
Color Harmonies of #69726A
Complementary color
Monochromatic Colors of #69726A
Black with #69726A
Text Example
Text Example
White with #69726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69726A; }
p { color: rgb(105,114,106); }
H1.HeaderClassName
{
color: #69726A;
}
.AnyTagClassName
{
color: #69726A;
}
</style>
background-color css
<style>
a { background-color: #69726A; }
a { background-color: rgb(105,114,106); }
div.DivClassName
{
background-color: #69726A;
}
.BgClassName
{
background-color: #69726A;
}
</style>
border-color css
<style>
span { border-color: #69726A; }
span { border-color: rgb(105,114,106); }
td.TdClassName
{
border-color: #69726A;
}
.TagClassName
{
border-color: #69726A;
}
</style>