#3F7E7C

Color #3F7E7C Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #3F7E7C

Tints of Ming #3F7E7C

Color information

#3F7E7C (or 0x3F7E7C) is unknown color: approx Ming. HEX triplet: 3F, 7E and 7C. RGB value is (63,126,124). Sum of RGB (Red+Green+Blue) = 63+126+124=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7E7C is #C08183. Grayscale: #6A6A6A. Windows color (decimal): -12616068 or 8158783. OLE color: 8158783.

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

Color convert

RGB63126124-
CMYK0.5000.020.51
HSL178.1º33.33%37.06%-
HSV(B)178.1º50%49.41%-
XYZ13.1517.4321.74-
YUV106.93137.6396.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=20.13%
G=40.26%
B=39.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631261240.5000.020.51178.133.3337.06
Hex3F7E7C320233b22125
Octal771761746202632624145
Binary1111111111110111110011001001011001110110010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,124); }

 H1.HeaderClassName
 {
   color: #3F7E7C;
 }
 .AnyTagClassName
 {
   color: #3F7E7C;
 }
</style>
background-color css

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

 a { background-color: rgb(63,126,124); }

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

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

 span { border-color: rgb(63,126,124); }

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