#07575B

Color #07575B Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #07575B

Tints of Mosque #07575B

Color information

#07575B (or 0x07575B) is unknown color: approx Mosque. HEX triplet: 07, 57 and 5B. RGB value is (7,87,91). Sum of RGB (Red+Green+Blue) = 7+87+91=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #07575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07575B is #F8A8A4. Grayscale: #3F3F3F. Windows color (decimal): -16296101 or 5986055. OLE color: 5986055.

HSL color Cylindrical-coordinate representation of color #07575B: hue angle of 182.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07575B is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB78791-
CMYK0.920.0400.64
HSL182.86º85.71%19.22%-
HSV(B)182.86º92.31%35.69%-
XYZ5.387.6211.08-
YUV63.54143.587.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 87 (34.38% from 255) = 47.03%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=3.78%
G=47.03%
B=49.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal787910.920.0400.64182.8685.7119.22
Hex7575B5C4040b75613
Octal71271331344010026712623
Binary1111010111101101110111001000100000010110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07575B; }

 p { color: rgb(7,87,91); }

 H1.HeaderClassName
 {
   color: #07575B;
 }
 .AnyTagClassName
 {
   color: #07575B;
 }
</style>
background-color css

<style>
 a { background-color: #07575B; }

 a { background-color: rgb(7,87,91); }

 div.DivClassName
 {
   background-color: #07575B;
 }
 .BgClassName
 {
   background-color: #07575B;
 }
</style>
border-color css

<style>
 span { border-color: #07575B; }

 span { border-color: rgb(7,87,91); }

 td.TdClassName
 {
   border-color: #07575B;
 }
 .TagClassName
 {
   border-color: #07575B;
 }
</style>