Html Css Color HEX #075952 Mosque

📋 copy color: '#075952'

red 7 ◦ green 89 ◦ blue 82

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

Shades of Mosque #075952

Tints of Mosque #075952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 3.93%
G = 50%
B = 46.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#075952 (or 0x075952) is known color: Mosque. HEX triplet: 07, 59 and 52. RGB value is (7,89,82). Sum of RGB (Red+Green+Blue) = 7+89+82=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #075952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075952 is #F8A6AD. Grayscale: #3F3F3F. Windows color (decimal): -16295598 or 5396743. OLE color: 5396743.

HSL color Cylindrical-coordinate representation of color #075952: hue angle of 174.88º 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 #075952 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 89 82 -
CMYK 0.92 0 0.08 0.65
HSL 174.88º 0.85% 0.19% -
HSV(B) 174.88º 0.92% 0.35% -
XYZ 5.18 7.8 9.21 -
YUV 63.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 7 89 82 0.92 0 0.08 0.65 174.88 0.85 0.19
Hex 7 59 52 5C 0 8 41 AF 55 13
Octal 7 131 122 134 0 10 101 257 125 23
Binary 111 1011001 1010010 1011100 0 1000 1000001 10101111 1010101 10011

Color Harmonies of #075952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075952

Black with #075952

Text Example


Text Example

White with #075952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075952; }

 p { color: rgb(7,89,82); }

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

background-color css

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

 a { background-color: rgb(7,89,82); }

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

border-color css

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

 span { border-color: rgb(7,89,82); }

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