Html Css Color HEX #075F63 Mosque

📋 copy color: '#075F63'

red 7 ◦ green 95 ◦ blue 99

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

Shades of Mosque #075F63

Tints of Mosque #075F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.26%

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

R = 3.48%
G = 47.26%
B = 49.25%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#075F63 (or 0x075F63) is known color: Mosque. HEX triplet: 07, 5F and 63. RGB value is (7,95,99). Sum of RGB (Red+Green+Blue) = 7+95+99=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #075F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F63 is #F8A09C. Grayscale: #454545. Windows color (decimal): -16294045 or 6512391. OLE color: 6512391.

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

Color convert

RGB 7 95 99 -
CMYK 0.93 0.04 0 0.61
HSL 182.61º 0.87% 0.21% -
HSV(B) 182.61º 0.93% 0.39% -
XYZ 6.43 9.13 13.23 -
YUV 69.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 7 95 99 0.93 0.04 0 0.61 182.61 0.87 0.21
Hex 7 5F 63 5D 4 0 3D B7 57 15
Octal 7 137 143 135 4 0 75 267 127 25
Binary 111 1011111 1100011 1011101 100 0 111101 10110111 1010111 10101

Color Harmonies of #075F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F63

Black with #075F63

Text Example


Text Example

White with #075F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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