#3F7C78

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

Shades of Ming #3F7C78

Tints of Ming #3F7C78

Color information

#3F7C78 (or 0x3F7C78) is unknown color: approx Ming. HEX triplet: 3F, 7C and 78. RGB value is (63,124,120). Sum of RGB (Red+Green+Blue) = 63+124+120=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C78 is #C08387. Grayscale: #696969. Windows color (decimal): -12616584 or 7896127. OLE color: 7896127.

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

Color convert

RGB63124120-
CMYK0.4900.030.51
HSL176.07º32.62%36.67%-
HSV(B)176.07º49.19%48.63%-
XYZ12.6516.8320.35-
YUV105.3136.2997.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=20.52%
G=40.39%
B=39.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631241200.4900.030.51176.0732.6236.67
Hex3F7C78310333b02125
Octal771741706103632604145
Binary1111111111100111100011000101111001110110000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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