Shades of Mosque #075A62
Tints of Mosque #075A62
RGB
CMYK
RGB Variations
Color information
#075A62 (or 0x075A62) is known color: Mosque. HEX triplet: 07, 5A and 62. RGB value is (7,90,98). Sum of RGB (Red+Green+Blue) = 7+90+98=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #075A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075A62 is #F8A59D. Grayscale: #414141. Windows color (decimal): -16295326 or 6445575. OLE color: 6445575.
HSL color Cylindrical-coordinate representation of color #075A62: hue angle of 185.27º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075A62 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 90 | 98 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.62 |
| HSL | 185.27º | 0.87% | 0.21% | - |
| HSV(B) | 185.27º | 0.93% | 0.38% | - |
| XYZ | 5.95 | 8.24 | 12.83 | - |
| YUV | 66.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 98 | 0.93 | 0.08 | 0 | 0.62 | 185.27 | 0.87 | 0.21 |
| Hex | 7 | 5A | 62 | 5D | 8 | 0 | 3E | B9 | 57 | 15 |
| Octal | 7 | 132 | 142 | 135 | 10 | 0 | 76 | 271 | 127 | 25 |
| Binary | 111 | 1011010 | 1100010 | 1011101 | 1000 | 0 | 111110 | 10111001 | 1010111 | 10101 |
Color Harmonies of #075A62
Complementary color
Monochromatic Colors of #075A62
Black with #075A62
Text Example
Text Example
White with #075A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075A62; }
p { color: rgb(7,90,98); }
H1.HeaderClassName
{
color: #075A62;
}
.AnyTagClassName
{
color: #075A62;
}
</style>
background-color css
<style>
a { background-color: #075A62; }
a { background-color: rgb(7,90,98); }
div.DivClassName
{
background-color: #075A62;
}
.BgClassName
{
background-color: #075A62;
}
</style>
border-color css
<style>
span { border-color: #075A62; }
span { border-color: rgb(7,90,98); }
td.TdClassName
{
border-color: #075A62;
}
.TagClassName
{
border-color: #075A62;
}
</style>