Shades of Mosque #07584B
Tints of Mosque #07584B
RGB
CMYK
RGB Variations
Color information
#07584B (or 0x07584B) is known color: Mosque. HEX triplet: 07, 58 and 4B. RGB value is (7,88,75). Sum of RGB (Red+Green+Blue) = 7+88+75=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #07584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07584B is #F8A7B4. Grayscale: #3E3E3E. Windows color (decimal): -16295861 or 4937735. OLE color: 4937735.
HSL color Cylindrical-coordinate representation of color #07584B: hue angle of 170.37º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07584B is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 88 | 75 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.65 |
| HSL | 170.37º | 0.85% | 0.19% | - |
| HSV(B) | 170.37º | 0.92% | 0.35% | - |
| XYZ | 4.85 | 7.53 | 7.86 | - |
| YUV | 62.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 75 | 0.92 | 0 | 0.15 | 0.65 | 170.37 | 0.85 | 0.19 |
| Hex | 7 | 58 | 4B | 5C | 0 | F | 41 | AA | 55 | 13 |
| Octal | 7 | 130 | 113 | 134 | 0 | 17 | 101 | 252 | 125 | 23 |
| Binary | 111 | 1011000 | 1001011 | 1011100 | 0 | 1111 | 1000001 | 10101010 | 1010101 | 10011 |
Color Harmonies of #07584B
Complementary color
Monochromatic Colors of #07584B
Black with #07584B
Text Example
Text Example
White with #07584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07584B; }
p { color: rgb(7,88,75); }
H1.HeaderClassName
{
color: #07584B;
}
.AnyTagClassName
{
color: #07584B;
}
</style>
background-color css
<style>
a { background-color: #07584B; }
a { background-color: rgb(7,88,75); }
div.DivClassName
{
background-color: #07584B;
}
.BgClassName
{
background-color: #07584B;
}
</style>
border-color css
<style>
span { border-color: #07584B; }
span { border-color: rgb(7,88,75); }
td.TdClassName
{
border-color: #07584B;
}
.TagClassName
{
border-color: #07584B;
}
</style>