Html Css Color HEX #3E7C76 Ming

📋 copy color: '#3E7C76'

red 62 ◦ green 124 ◦ blue 118

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

Shades of Ming #3E7C76

Tints of Ming #3E7C76

RGB

 RED value IS 62 (24.61% from 255) = 20.39%

 GREEN value IS 124 (48.83% from 255) = 40.79%

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 20.39%
G = 40.79%
B = 38.82%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#3E7C76 (or 0x3E7C76) is known color: Ming. HEX triplet: 3E, 7C and 76. RGB value is (62,124,118). Sum of RGB (Red+Green+Blue) = 62+124+118=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C76 is #C18389. Grayscale: #686868. Windows color (decimal): -12682122 or 7765054. OLE color: 7765054.

HSL color Cylindrical-coordinate representation of color #3E7C76: hue angle of 174.19º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C76 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 124 118 -
CMYK 0.5 0 0.05 0.51
HSL 174.19º 0.33% 0.36% -
HSV(B) 174.19º 0.5% 0.49% -
XYZ 12.46 16.75 19.72 -
YUV 104.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 62 124 118 0.5 0 0.05 0.51 174.19 0.33 0.36
Hex 3E 7C 76 32 0 5 33 AE 21 24
Octal 76 174 166 62 0 5 63 256 41 44
Binary 111110 1111100 1110110 110010 0 101 110011 10101110 100001 100100

Color Harmonies of #3E7C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7C76

Black with #3E7C76

Text Example


Text Example

White with #3E7C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E7C76; }

 p { color: rgb(62,124,118); }

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

background-color css

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

 a { background-color: rgb(62,124,118); }

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

border-color css

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

 span { border-color: rgb(62,124,118); }

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