Html Css Color HEX #076458 Mosque

📋 copy color: '#076458'

red 7 ◦ green 100 ◦ blue 88

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

Shades of Mosque #076458

Tints of Mosque #076458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.28%

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 3.59%
G = 51.28%
B = 45.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#076458 (or 0x076458) is known color: Mosque. HEX triplet: 07, 64 and 58. RGB value is (7,100,88). Sum of RGB (Red+Green+Blue) = 7+100+88=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #076458 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076458 is #F89BA7. Grayscale: #464646. Windows color (decimal): -16292776 or 5792775. OLE color: 5792775.

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

Color convert

RGB 7 100 88 -
CMYK 0.93 0 0.12 0.61
HSL 172.26º 0.87% 0.21% -
HSV(B) 172.26º 0.93% 0.39% -
XYZ 6.41 9.86 10.8 -
YUV 70.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 7 100 88 0.93 0 0.12 0.61 172.26 0.87 0.21
Hex 7 64 58 5D 0 C 3D AC 57 15
Octal 7 144 130 135 0 14 75 254 127 25
Binary 111 1100100 1011000 1011101 0 1100 111101 10101100 1010111 10101

Color Harmonies of #076458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076458

Black with #076458

Text Example


Text Example

White with #076458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076458; }

 p { color: rgb(7,100,88); }

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

background-color css

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

 a { background-color: rgb(7,100,88); }

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

border-color css

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

 span { border-color: rgb(7,100,88); }

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