Html Css Color HEX #075861 Mosque

📋 copy color: '#075861'

red 7 ◦ green 88 ◦ blue 97

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

Shades of Mosque #075861

Tints of Mosque #075861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.83%

 BLUE value IS 97 (38.28% from 255) = 50.52%

R = 3.65%
G = 45.83%
B = 50.52%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#075861 (or 0x075861) is known color: Mosque. HEX triplet: 07, 58 and 61. RGB value is (7,88,97). Sum of RGB (Red+Green+Blue) = 7+88+97=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #075861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075861 is #F8A79E. Grayscale: #404040. Windows color (decimal): -16295839 or 6379527. OLE color: 6379527.

HSL color Cylindrical-coordinate representation of color #075861: hue angle of 186º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075861 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 88 97 -
CMYK 0.93 0.09 0 0.62
HSL 186º 0.87% 0.2% -
HSV(B) 186º 0.93% 0.38% -
XYZ 5.74 7.89 12.53 -
YUV 64.81 146.16 86.77 -
System Red Green Blue C M Y K H S L
Decimal 7 88 97 0.93 0.09 0 0.62 186 0.87 0.2
Hex 7 58 61 5D 9 0 3E BA 57 14
Octal 7 130 141 135 11 0 76 272 127 24
Binary 111 1011000 1100001 1011101 1001 0 111110 10111010 1010111 10100

Color Harmonies of #075861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075861

Black with #075861

Text Example


Text Example

White with #075861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075861; }

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

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

background-color css

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

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

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

border-color css

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

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

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