Html Css Color HEX #076763 Mosque

📋 copy color: '#076763'

red 7 ◦ green 103 ◦ blue 99

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

Shades of Mosque #076763

Tints of Mosque #076763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.28%

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

R = 3.35%
G = 49.28%
B = 47.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#076763 (or 0x076763) is known color: Mosque. HEX triplet: 07, 67 and 63. RGB value is (7,103,99). Sum of RGB (Red+Green+Blue) = 7+103+99=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #076763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076763 is #F8989C. Grayscale: #494949. Windows color (decimal): -16291997 or 6514439. OLE color: 6514439.

HSL color Cylindrical-coordinate representation of color #076763: hue angle of 177.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076763 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 103 99 -
CMYK 0.93 0 0.04 0.60
HSL 177.5º 0.87% 0.22% -
HSV(B) 177.5º 0.93% 0.4% -
XYZ 7.19 10.65 13.48 -
YUV 73.84 142.2 80.33 -
System Red Green Blue C M Y K H S L
Decimal 7 103 99 0.93 0 0.04 0.60 177.5 0.87 0.22
Hex 7 67 63 5D 0 4 3C B2 57 16
Octal 7 147 143 135 0 4 74 262 127 26
Binary 111 1100111 1100011 1011101 0 100 111100 10110010 1010111 10110

Color Harmonies of #076763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076763

Black with #076763

Text Example


Text Example

White with #076763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076763; }

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

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

background-color css

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

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

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

border-color css

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

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

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