Html Css Color HEX #07595D Mosque

📋 copy color: '#07595D'

red 7 ◦ green 89 ◦ blue 93

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

Shades of Mosque #07595D

Tints of Mosque #07595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.21%

R = 3.7%
G = 47.09%
B = 49.21%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07595D (or 0x07595D) is known color: Mosque. HEX triplet: 07, 59 and 5D. RGB value is (7,89,93). Sum of RGB (Red+Green+Blue) = 7+89+93=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #07595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07595D is #F8A6A2. Grayscale: #404040. Windows color (decimal): -16295587 or 6117639. OLE color: 6117639.

HSL color Cylindrical-coordinate representation of color #07595D: hue angle of 182.79º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07595D is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 89 93 -
CMYK 0.92 0.04 0 0.64
HSL 182.79º 0.86% 0.2% -
HSV(B) 182.79º 0.92% 0.36% -
XYZ 5.64 7.98 11.6 -
YUV 64.94 143.83 86.67 -
System Red Green Blue C M Y K H S L
Decimal 7 89 93 0.92 0.04 0 0.64 182.79 0.86 0.2
Hex 7 59 5D 5C 4 0 40 B7 56 14
Octal 7 131 135 134 4 0 100 267 126 24
Binary 111 1011001 1011101 1011100 100 0 1000000 10110111 1010110 10100

Color Harmonies of #07595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07595D

Black with #07595D

Text Example


Text Example

White with #07595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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