#07575E

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

Shades of Mosque #07575E

Tints of Mosque #07575E

Color information

#07575E (or 0x07575E) is unknown color: approx Mosque. HEX triplet: 07, 57 and 5E. RGB value is (7,87,94). Sum of RGB (Red+Green+Blue) = 7+87+94=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #07575E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07575E is #F8A8A1. Grayscale: #3F3F3F. Windows color (decimal): -16296098 or 6182663. OLE color: 6182663.

HSL color Cylindrical-coordinate representation of color #07575E: hue angle of 184.83º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07575E is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB78794-
CMYK0.930.0700.63
HSL184.83º86.14%19.8%-
HSV(B)184.83º92.55%36.86%-
XYZ5.527.6711.78-
YUV63.8814587.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.72%
GREEN value IS 87 (34.38% from 255) = 46.28%
BLUE value IS 94 (37.11% from 255) = 50%
R=3.72%
G=46.28%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal787940.930.0700.63184.8386.1419.8
Hex7575E5D703Fb95614
Octal7127136135707727112624
Binary111101011110111101011101111011111110111001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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