Shades of Sirocco #62726A
Tints of Sirocco #62726A
RGB
CMYK
RGB Variations
Color information
#62726A (or 0x62726A) is known color: Sirocco. HEX triplet: 62, 72 and 6A. RGB value is (98,114,106). Sum of RGB (Red+Green+Blue) = 98+114+106=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #62726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62726A is #9D8D95. Grayscale: #6C6C6C. Windows color (decimal): -10325398 or 6976098. OLE color: 6976098.
HSL color Cylindrical-coordinate representation of color #62726A: hue angle of 150º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #62726A is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 114 | 106 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.55 |
| HSL | 150º | 0.08% | 0.42% | - |
| HSV(B) | 150º | 0.14% | 0.45% | - |
| XYZ | 13.66 | 15.67 | 15.94 | - |
| YUV | 108.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 106 | 0.14 | 0 | 0.07 | 0.55 | 150 | 0.08 | 0.42 |
| Hex | 62 | 72 | 6A | E | 0 | 7 | 37 | 96 | 8 | 2A |
| Octal | 142 | 162 | 152 | 16 | 0 | 7 | 67 | 226 | 10 | 52 |
| Binary | 1100010 | 1110010 | 1101010 | 1110 | 0 | 111 | 110111 | 10010110 | 1000 | 101010 |
Color Harmonies of #62726A
Complementary color
Monochromatic Colors of #62726A
Black with #62726A
Text Example
Text Example
White with #62726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62726A; }
p { color: rgb(98,114,106); }
H1.HeaderClassName
{
color: #62726A;
}
.AnyTagClassName
{
color: #62726A;
}
</style>
background-color css
<style>
a { background-color: #62726A; }
a { background-color: rgb(98,114,106); }
div.DivClassName
{
background-color: #62726A;
}
.BgClassName
{
background-color: #62726A;
}
</style>
border-color css
<style>
span { border-color: #62726A; }
span { border-color: rgb(98,114,106); }
td.TdClassName
{
border-color: #62726A;
}
.TagClassName
{
border-color: #62726A;
}
</style>