#075D63

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

Shades of Mosque #075D63

Tints of Mosque #075D63

Color information

#075D63 (or 0x075D63) is unknown color: approx Mosque. HEX triplet: 07, 5D and 63. RGB value is (7,93,99). Sum of RGB (Red+Green+Blue) = 7+93+99=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #075D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D63 is #F8A29C. Grayscale: #434343. Windows color (decimal): -16294557 or 6511879. OLE color: 6511879.

HSL color Cylindrical-coordinate representation of color #075D63: hue angle of 183.91º 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 #075D63 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB79399-
CMYK0.930.0600.61
HSL183.91º86.79%20.78%-
HSV(B)183.91º92.93%38.82%-
XYZ6.258.7713.17-
YUV67.97145.5184.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 93 (36.72% from 255) = 46.73%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=3.52%
G=46.73%
B=49.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal793990.930.0600.61183.9186.7920.78
Hex75D635D603Db85715
Octal7135143135607527012725
Binary111101110111000111011101110011110110111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075D63; }

 p { color: rgb(7,93,99); }

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

<style>
 a { background-color: #075D63; }

 a { background-color: rgb(7,93,99); }

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

<style>
 span { border-color: #075D63; }

 span { border-color: rgb(7,93,99); }

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