Shades of Mosque #07555F
Tints of Mosque #07555F
RGB
CMYK
RGB Variations
Color information
#07555F (or 0x07555F) is known color: Mosque. HEX triplet: 07, 55 and 5F. RGB value is (7,85,95). Sum of RGB (Red+Green+Blue) = 7+85+95=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #07555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07555F is #F8AAA0. Grayscale: #3E3E3E. Windows color (decimal): -16296609 or 6247687. OLE color: 6247687.
HSL color Cylindrical-coordinate representation of color #07555F: hue angle of 186.82º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07555F is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 85 | 95 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.63 |
| HSL | 186.82º | 0.86% | 0.2% | - |
| HSV(B) | 186.82º | 0.93% | 0.37% | - |
| XYZ | 5.4 | 7.37 | 11.96 | - |
| YUV | 62.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 95 | 0.93 | 0.11 | 0 | 0.63 | 186.82 | 0.86 | 0.2 |
| Hex | 7 | 55 | 5F | 5D | B | 0 | 3F | BB | 56 | 14 |
| Octal | 7 | 125 | 137 | 135 | 13 | 0 | 77 | 273 | 126 | 24 |
| Binary | 111 | 1010101 | 1011111 | 1011101 | 1011 | 0 | 111111 | 10111011 | 1010110 | 10100 |
Color Harmonies of #07555F
Complementary color
Monochromatic Colors of #07555F
Black with #07555F
Text Example
Text Example
White with #07555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07555F; }
p { color: rgb(7,85,95); }
H1.HeaderClassName
{
color: #07555F;
}
.AnyTagClassName
{
color: #07555F;
}
</style>
background-color css
<style>
a { background-color: #07555F; }
a { background-color: rgb(7,85,95); }
div.DivClassName
{
background-color: #07555F;
}
.BgClassName
{
background-color: #07555F;
}
</style>
border-color css
<style>
span { border-color: #07555F; }
span { border-color: rgb(7,85,95); }
td.TdClassName
{
border-color: #07555F;
}
.TagClassName
{
border-color: #07555F;
}
</style>