Shades of Mosque #075C63
Tints of Mosque #075C63
RGB
CMYK
RGB Variations
Color information
#075C63 (or 0x075C63) is known color: Mosque. HEX triplet: 07, 5C and 63. RGB value is (7,92,99). Sum of RGB (Red+Green+Blue) = 7+92+99=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #075C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075C63 is #F8A39C. Grayscale: #434343. Windows color (decimal): -16294813 or 6511623. OLE color: 6511623.
HSL color Cylindrical-coordinate representation of color #075C63: hue angle of 184.57º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075C63 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 92 | 99 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.61 |
| HSL | 184.57º | 0.87% | 0.21% | - |
| HSV(B) | 184.57º | 0.93% | 0.39% | - |
| XYZ | 6.17 | 8.6 | 13.14 | - |
| YUV | 67.38 | 145.84 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 99 | 0.93 | 0.07 | 0 | 0.61 | 184.57 | 0.87 | 0.21 |
| Hex | 7 | 5C | 63 | 5D | 7 | 0 | 3D | B9 | 57 | 15 |
| Octal | 7 | 134 | 143 | 135 | 7 | 0 | 75 | 271 | 127 | 25 |
| Binary | 111 | 1011100 | 1100011 | 1011101 | 111 | 0 | 111101 | 10111001 | 1010111 | 10101 |
Color Harmonies of #075C63
Complementary color
Monochromatic Colors of #075C63
Black with #075C63
Text Example
Text Example
White with #075C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C63; }
p { color: rgb(7,92,99); }
H1.HeaderClassName
{
color: #075C63;
}
.AnyTagClassName
{
color: #075C63;
}
</style>
background-color css
<style>
a { background-color: #075C63; }
a { background-color: rgb(7,92,99); }
div.DivClassName
{
background-color: #075C63;
}
.BgClassName
{
background-color: #075C63;
}
</style>
border-color css
<style>
span { border-color: #075C63; }
span { border-color: rgb(7,92,99); }
td.TdClassName
{
border-color: #075C63;
}
.TagClassName
{
border-color: #075C63;
}
</style>