Html Css Color HEX #076263 Mosque

📋 copy color: '#076263'

red 7 ◦ green 98 ◦ blue 99

#076263
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #076263

Tints of Mosque #076263

RGB

 RED value IS 7 (3.13% from 255) = 3.43%

 GREEN value IS 98 (38.67% from 255) = 48.04%

 BLUE value IS 99 (39.06% from 255) = 48.53%

R = 3.43%
G = 48.04%
B = 48.53%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#076263 (or 0x076263) is known color: Mosque. HEX triplet: 07, 62 and 63. RGB value is (7,98,99). Sum of RGB (Red+Green+Blue) = 7+98+99=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #076263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076263 is #F89D9C. Grayscale: #464646. Windows color (decimal): -16293277 or 6513159. OLE color: 6513159.

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

Color convert

RGB 7 98 99 -
CMYK 0.93 0.01 0 0.61
HSL 180.65º 0.87% 0.21% -
HSV(B) 180.65º 0.93% 0.39% -
XYZ 6.71 9.68 13.32 -
YUV 70.91 143.85 82.42 -
System Red Green Blue C M Y K H S L
Decimal 7 98 99 0.93 0.01 0 0.61 180.65 0.87 0.21
Hex 7 62 63 5D 1 0 3D B5 57 15
Octal 7 142 143 135 1 0 75 265 127 25
Binary 111 1100010 1100011 1011101 1 0 111101 10110101 1010111 10101

Color Harmonies of #076263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076263

Black with #076263

Text Example


Text Example

White with #076263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076263; }

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

 H1.HeaderClassName
 {
   color: #076263;
 }
 .AnyTagClassName
 {
   color: #076263;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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