Html Css Color HEX #075850 Mosque

📋 copy color: '#075850'

red 7 ◦ green 88 ◦ blue 80

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

Shades of Mosque #075850

Tints of Mosque #075850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 45.71%

R = 4%
G = 50.29%
B = 45.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#075850 (or 0x075850) is known color: Mosque. HEX triplet: 07, 58 and 50. RGB value is (7,88,80). Sum of RGB (Red+Green+Blue) = 7+88+80=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #075850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075850 is #F8A7AF. Grayscale: #3E3E3E. Windows color (decimal): -16295856 or 5265415. OLE color: 5265415.

HSL color Cylindrical-coordinate representation of color #075850: hue angle of 174.07º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075850 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 88 80 -
CMYK 0.92 0 0.09 0.65
HSL 174.07º 0.85% 0.19% -
HSV(B) 174.07º 0.92% 0.35% -
XYZ 5.03 7.6 8.79 -
YUV 62.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 7 88 80 0.92 0 0.09 0.65 174.07 0.85 0.19
Hex 7 58 50 5C 0 9 41 AE 55 13
Octal 7 130 120 134 0 11 101 256 125 23
Binary 111 1011000 1010000 1011100 0 1001 1000001 10101110 1010101 10011

Color Harmonies of #075850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075850

Black with #075850

Text Example


Text Example

White with #075850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075850; }

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

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

background-color css

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

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

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

border-color css

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

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

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