#076063

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

Shades of Mosque #076063

Tints of Mosque #076063

Color information

#076063 (or 0x076063) is unknown color: approx Mosque. HEX triplet: 07, 60 and 63. RGB value is (7,96,99). Sum of RGB (Red+Green+Blue) = 7+96+99=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #076063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076063 is #F89F9C. Grayscale: #454545. Windows color (decimal): -16293789 or 6512647. OLE color: 6512647.

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

Color convert

RGB79699-
CMYK0.930.0300.61
HSL181.96º86.79%20.78%-
HSV(B)181.96º92.93%38.82%-
XYZ6.529.3113.26-
YUV69.73144.5183.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=3.47%
G=47.52%
B=49.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal796990.930.0300.61181.9686.7920.78
Hex760635D303Db65715
Octal7140143135307526612725
Binary11111000001100011101110111011110110110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076063; }

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

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

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

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

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

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

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

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