Html Css Color HEX #076163 Mosque

📋 copy color: '#076163'

red 7 ◦ green 97 ◦ blue 99

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

Shades of Mosque #076163

Tints of Mosque #076163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

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

R = 3.45%
G = 47.78%
B = 48.77%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#076163 (or 0x076163) is known color: Mosque. HEX triplet: 07, 61 and 63. RGB value is (7,97,99). Sum of RGB (Red+Green+Blue) = 7+97+99=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #076163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076163 is #F89E9C. Grayscale: #464646. Windows color (decimal): -16293533 or 6512903. OLE color: 6512903.

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

Color convert

RGB 7 97 99 -
CMYK 0.93 0.02 0 0.61
HSL 181.3º 0.87% 0.21% -
HSV(B) 181.3º 0.93% 0.39% -
XYZ 6.61 9.5 13.29 -
YUV 70.32 144.18 82.84 -
System Red Green Blue C M Y K H S L
Decimal 7 97 99 0.93 0.02 0 0.61 181.3 0.87 0.21
Hex 7 61 63 5D 2 0 3D B5 57 15
Octal 7 141 143 135 2 0 75 265 127 25
Binary 111 1100001 1100011 1011101 10 0 111101 10110101 1010111 10101

Color Harmonies of #076163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076163

Black with #076163

Text Example


Text Example

White with #076163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076163; }

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

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

background-color css

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

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

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

border-color css

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

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

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