Shades of Mosque #075D4D
Tints of Mosque #075D4D
RGB
CMYK
RGB Variations
Color information
#075D4D (or 0x075D4D) is known color: Mosque. HEX triplet: 07, 5D and 4D. RGB value is (7,93,77). Sum of RGB (Red+Green+Blue) = 7+93+77=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #075D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D4D is #F8A2B2. Grayscale: #414141. Windows color (decimal): -16294579 or 5070087. OLE color: 5070087.
HSL color Cylindrical-coordinate representation of color #075D4D: hue angle of 168.84º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D4D is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 77 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.64 |
| HSL | 168.84º | 0.86% | 0.2% | - |
| HSV(B) | 168.84º | 0.92% | 0.36% | - |
| XYZ | 5.34 | 8.41 | 8.36 | - |
| YUV | 65.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 77 | 0.92 | 0 | 0.17 | 0.64 | 168.84 | 0.86 | 0.2 |
| Hex | 7 | 5D | 4D | 5C | 0 | 11 | 40 | A9 | 56 | 14 |
| Octal | 7 | 135 | 115 | 134 | 0 | 21 | 100 | 251 | 126 | 24 |
| Binary | 111 | 1011101 | 1001101 | 1011100 | 0 | 10001 | 1000000 | 10101001 | 1010110 | 10100 |
Color Harmonies of #075D4D
Complementary color
Monochromatic Colors of #075D4D
Black with #075D4D
Text Example
Text Example
White with #075D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D4D; }
p { color: rgb(7,93,77); }
H1.HeaderClassName
{
color: #075D4D;
}
.AnyTagClassName
{
color: #075D4D;
}
</style>
background-color css
<style>
a { background-color: #075D4D; }
a { background-color: rgb(7,93,77); }
div.DivClassName
{
background-color: #075D4D;
}
.BgClassName
{
background-color: #075D4D;
}
</style>
border-color css
<style>
span { border-color: #075D4D; }
span { border-color: rgb(7,93,77); }
td.TdClassName
{
border-color: #075D4D;
}
.TagClassName
{
border-color: #075D4D;
}
</style>